很多初学者在学习golang语言的时候,执行go build报错go: go.mod file not found in current directory or any parent directory; see 'go help modules'
输入
go env -w GO111MODULE=auto
即可,再次执行go build就不在报错了
很多初学者在学习golang语言的时候,执行go build报错go: go.mod file not found in current directory or any parent directory; see 'go help modules'
输入
go env -w GO111MODULE=auto
即可,再次执行go build就不在报错了
扫码关注‘简忆博客’微信公众号,获取最新文章动态
转载:请说明文章出处“来源简忆博客”。http://www.tpxhm.com/adetail/860.html
上一篇: window平台下Golang语言环境安装流程方法
下一篇: 微信小程序结合腾讯地图获取用户所在地址
简忆博客
勤于学习,乐于分享
文章评论(0)