Sign in
go
/
go.git
/
e175f27f58aa7b9cd4d79607ae65d2cd5baaee68
/
.
/
src
/
cmd
/
go
/
testdata
/
script
/
get_issue11307.txt
blob: dc46e747123b35c3e394bcc5803f4b1a72dfe15a [
file
]
# go get -u was not working except in checkout directory
[!net] skip
[!git] skip
env GO111MODULE=off
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