go build 报错
go: go.mod file not found in current directory or any parent directory; see 'go help modules'
解决方案:
bash
go env -w GO111MODULE=auto
go build 报错
go: go.mod file not found in current directory or any parent directory; see 'go help modules'
解决方案:
go env -w GO111MODULE=auto