aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/get_vcs_error_message.txt
blob: 8dc84fc7274a41ca444c8feb2785ece1621adc4a (plain)
1
2
3
4
5
6
7
8
9
# 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