go 报错 cannot find module providing package或cannot find main module
Posted jasonliu2018
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了go 报错 cannot find module providing package或cannot find main module相关的知识,希望对你有一定的参考价值。
cannot find module providing package或cannot find main module
问题解决
如果你是使用go mod 管理依赖,首先检查:项目根目录有没有go.mod文件
如果没有
执行命令go mod init在当前目录下生成一个go.mod文件
具体参考:Go modules使用步骤
如果使用GoLand开发工具
Settings--Go--Go Modules(vgo)中:
开启Go Modules继承,
配置代理:https://goproxy.io,direct
以上是关于go 报错 cannot find module providing package或cannot find main module的主要内容,如果未能解决你的问题,请参考以下文章
VUE报错:Module build failed: Error: Cannot find module ‘node-sass‘
VUE报错:Module build failed: Error: Cannot find module ‘node-sass‘
使用JEST遇到Cannot find module报错的问题解决
Error: Cannot find module 'chalk' 报错