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

posted on 2020-12-08 13:39  zwjphp  阅读(1985)  评论(0编辑  收藏  举报