blob: e37bc63e6c9679a8c864537088c42a6478d7feaf (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|