diff options
Diffstat (limited to 'src/cmd/go/testdata/script/env_issue46807.txt')
-rw-r--r-- | src/cmd/go/testdata/script/env_issue46807.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/cmd/go/testdata/script/env_issue46807.txt b/src/cmd/go/testdata/script/env_issue46807.txt new file mode 100644 index 0000000..e37bc63 --- /dev/null +++ b/src/cmd/go/testdata/script/env_issue46807.txt @@ -0,0 +1,12 @@ +! go mod tidy +stderr '^go: warning: ignoring go.mod in \$GOPATH' +stderr '^go: go.mod file not found in current directory or any parent directory; see ''go help modules''' + +go env +stdout 'GOPATH=' +stderr '^go: warning: ignoring go.mod in \$GOPATH' + +-- $GOPATH/go.mod -- +module bug + +go 1.21
\ No newline at end of file |