...

Text file src/cmd/go/testdata/script/env_issue46807.txt

Documentation: cmd/go/testdata/script

     1! go mod tidy
     2stderr '^go: warning: ignoring go.mod in \$GOPATH'
     3stderr '^go: go.mod file not found in current directory or any parent directory; see ''go help modules'''
     4
     5go env
     6stdout 'GOPATH='
     7stderr '^go: warning: ignoring go.mod in \$GOPATH'
     8
     9-- $GOPATH/go.mod --
    10module bug
    11
    12go 1.21

View as plain text