舒心蜜粉

文章
7
资源
0
加入时间
3年0月9天

go:cannot find main module;see 'go help modules'报错无法运行

新入手go,一通乱七八糟设置被坑以后,突然无法编译gogo:cannot find main module;see 'go help modules'经过几天的摸索,最终发现了问题所在go modules导致如果你确定你需要此功能cd进入项目目录输入go mod init或在上层目录输入go mod init project_name如果你不知道这是什么,方法...