aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/get_issue11307.txt
blob: da7704dee536fa45c4b638ea9888b981fccc9ef2 (plain)
1
2
3
4
5
6
7
8
# go get -u was not working except in checkout directory

[!net] skip
[!exec:git] skip

env GOPATH=$WORK/tmp/gopath
go get github.com/rsc/go-get-issue-11307
go get -u github.com/rsc/go-get-issue-11307 # was failing