Sign in
go
/
gofrontend
/
33f65dce43bd01c1fa38cd90a78c9aea6ca6dd59
/
.
/
libgo
/
go
/
cmd
/
go
/
testdata
/
script
/
get_vcs_error_message.txt
blob: 8dc84fc7274a41ca444c8feb2785ece1621adc4a [
file
] [
log
] [
blame
]
# Test that the Version Control error message includes the correct directory
env GO111MODULE=off
! go get -u foo
stderr gopath(\\\\|/)src(\\\\|/)foo
-- foo/foo.go --
package foo
-- math/math.go --
package math