当我执行go install github.com/xxxxx 时候 , 报错:
can't load package: cannot find module providing package github.com/xxx: working directory is not part of a module
使用的go module来解决依赖问题
执行一下
go mod init
当我执行go install github.com/xxxxx 时候 , 报错:
can't load package: cannot find module providing package github.com/xxx: working directory is not part of a module
使用的go module来解决依赖问题
执行一下
go mod init
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M