Black Lives Matter. Support the Equal Justice Initiative.

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

Documentation: cmd/go/testdata/script

     1  env GO111MODULE=on
     2  
     3  [!net] skip
     4  
     5  env GOPROXY=https://proxy.golang.org,direct
     6  env GOSUMDB=off
     7  
     8  go get -x -v -d golang.org/x/tools/cmd/goimports
     9  stderr '# get https://proxy.golang.org/golang.org/x/tools/@v/list'
    10  ! stderr '# get https://golang.org'
    11  

View as plain text