Text file src/cmd/go/testdata/script/get_vcs_error_message.txt
1 # Test that the Version Control error message includes the correct directory 2 env GO111MODULE=off 3 ! go get -u foo 4 stderr gopath(\\\\|/)src(\\\\|/)foo 5 6 -- foo/foo.go -- 7 package foo 8 -- math/math.go -- 9 package math 10