github.com/gagliardetto/golang-go@v0.0.0-20201020153340-53909ea70814/cmd/go/testdata/script/mod_get_private_vcs.txt (about) 1 env GO111MODULE=on 2 3 # Testing stderr for git ls-remote; turn off proxy. 4 [!net] skip 5 [!exec:git] skip 6 env GOPROXY=direct 7 8 ! go get github.com/golang/nonexist 9 stderr 'Confirm the import path was entered correctly.' 10 stderr 'If this is a private repository, see https://golang.org/doc/faq#git_https for additional information.' 11 ! stdout .