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 mod 管理 #25

Closed liu-song closed 5 years ago

liu-song commented 5 years ago

您好,我才用go mod download 对这个包进行下载的时候 显示为 go.mod unexpect module path"github.com/unknown/com",请问是release 的时候没有标记具体的版本号的原因吗,使用了 github.com/unknown/com latest 依旧有错误,如果release 的时候指定了版本 github.com/unknown/com V1.0.0 是不是不会出错了

unknwon commented 5 years ago

unknwon 不是 unknown...

liu-song commented 5 years ago

不好意思,是我写错了,我运行的是这个demo https://github.com/hequan2017/go-admin 运行go mod download 之后能下载下来 但是go run main.go 之后会有错误 github.com/Unknwon/com@v0.0.0-20190804042917-757f69c95f3e: parsing go.mod: unexpected module path "github.com/unknwon/com" 是releases 的版本号的原因造成的吗

hequan2017 commented 5 years ago

问题解决了。

hequan2017 commented 5 years ago

是引用的地方,没有进行更新造成的。

hequan2017 commented 5 years ago

打扰了