Sign in
go
/
go
/
33c06ee12a53e293f4a787c1dfde7eb7ddb0be63
/
.
/
src
/
cmd
/
go
/
testdata
/
script
/
get_issue11307.txt
blob: d490959438c0d846d012b1235b0cbeda040b4e05 [
file
] [
log
] [
blame
]
# go get -u was not working except in checkout directory
[!net:github.com] 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