我知道Go使用github的git下载包。
你可以使用go get storj.io/uplink安装go模块,它将安装在~/go/src/storj.io/uplink下,但是模块的github url是:https://github.com/storj/uplink。
Go如何找到github URL以及为什么它没有安装在~/go/src/github.com/下
发布于 2020-03-07 05:47:03
他们可能正在使用使用Remote Import Paths操作的Vanity Server。
https://stackoverflow.com/questions/60571992
复制相似问题