Sign in
go
/
go.git
/
0d8a92bdfd3d6d1b24f47e05f9be46645aec94f0
/
.
/
src
/
cmd
/
go
/
testdata
/
script
/
get_vcs_error_message.txt
blob: 8dc84fc7274a41ca444c8feb2785ece1621adc4a [
file
]
# 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