unknwon / com

This is an open source project for commonly used functions for the Go programming language.
Apache License 2.0
755 stars 133 forks source link

你好, 我在试用GO MODULE加载时出现如下错误 #26

Closed Sixteen-16 closed 5 years ago

Sixteen-16 commented 5 years ago

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 5 years ago

我也今天发现这个问题,检查了所有的代码都是import “github.com/unknwon/com”,没搞懂这个大写的github.com/Unknwon/com从那里来的

lijunfeng commented 5 years ago

已解决,需要找到所有依赖这个包相关MODULE,修正github.com/unknwon/com才行。

Sixteen-16 commented 5 years ago

已解决,需要找到所有依赖这个包相关模块,修正github.com/unknwon/com才行。

十分感谢!