你好, 我在试用GO MODULE加载时出现如下错误
Sixteen-16 opened this issue · 3 comments
Sixteen-16 commented
go: finding github.com/Unknwon/com latest
go: github.com/Unknwon/com@v0.0.0-20190804042917-757f69c95f3e: parsing go.mod: unexpected module path "github.com/unknwon/com"
go: error loading module requirements
lijunfeng commented
我也今天发现这个问题,检查了所有的代码都是import “github.com/unknwon/com”,没搞懂这个大写的github.com/Unknwon/com从那里来的
lijunfeng commented
已解决,需要找到所有依赖这个包相关MODULE,修正github.com/unknwon/com才行。
Sixteen-16 commented
已解决,需要找到所有依赖这个包相关模块,修正github.com/unknwon/com才行。
十分感谢!