我在 Github 上有一个 repo,它只包含一些 Go 结构,在我的服务中用作模型。
https://github.com/pocockn/models
然后我想将其导入到我的服务中,我在两个回购协议中都使用了 Go Modules。当我在我的服务中运行“go get”时,出现以下错误。
go: 查找 github.com/pocockn/models/api/football latestgo: 查找 github.com/pocockn/models/api latest go: 查找 github.com/pocockn/models latest go: github.com/pocockn/models@v0. 0.0-20190511152220-d7675ec24338:解析 go.mod:意外的模块路径“模型”
我在 models repo 中的 go.mod 文件看起来像这样
module models
go 1.12
require github.com/jinzhu/gorm v1.9.8
富国沪深
相关分类