Text file src/cmd/go/testdata/script/mod_get_fallback.txt

     1  env GOSUMDB=off
     2  
     3  env LOCALMODPROXY=$GOPROXY
     4  env GOPROXY=$LOCALMODPROXY,direct
     5  
     6  go get -x -v vcs-test.golang.org/git/hello.git
     7  stderr '# get '$LOCALMODPROXY'/vcs-test.golang.org/git/hello.git/@v/list'
     8  ! stderr '# get https://vcs-test.golang.org'
     9  
    10  -- go.mod --
    11  module m
    12  
    13  go 1.18
    14  

View as plain text