美文网首页
beego 使用mod 的坑

beego 使用mod 的坑

作者: 黑客大白 | 来源:发表于2020-03-04 03:14 被阅读0次

go mod 模式下
添加依赖失败

go list -m: unrecognized import path "golang.org/x/tools": https fetch: Get "https://golang.org/x/tools?go-get=1": dial tcp 216.239.37.1:443: i/o timeout

在 go.mod文件中添加

replace (
golang.org/x/tools => github.com/golang/tools latest
)

相关文章

网友评论

      本文标题:beego 使用mod 的坑

      本文链接:https://www.haomeiwen.com/subject/eqjelhtx.html