go: cannot find main module; see ‘go help modules‘
在指定目录下
go build
报错 : go: cannot find main module; see ‘go help modules’
解决办法 : go env -w GO111MODULE=off
参考文档:https://goproxy.io/zh/ 和 https://blog.csdn.net/benben_2015/article/details/82227338
在指定目录下
go build
报错 : go: cannot find main module; see ‘go help modules’
解决办法 : go env -w GO111MODULE=off
参考文档:https://goproxy.io/zh/ 和 https://blog.csdn.net/benben_2015/article/details/82227338