Text file src/cmd/go/testdata/script/get_issue11307.txt
1 # go get -u was not working except in checkout directory 2 3 [!net] skip 4 [!exec:git] skip 5 env GO111MODULE=off 6 7 env GOPATH=$WORK/tmp/gopath 8 go get github.com/rsc/go-get-issue-11307 9 go get -u github.com/rsc/go-get-issue-11307 # was failing 10