下载 golang.org/x 包出错不用代理的解决办法

原文链接:https://www.jianshu.com/p/6fe61053c8aa?utm_campaign=maleskine&utm_content=note&utm_medium=seo_notes&utm_source=recommendation

原理

  1. 当我们使用 import "golang.org/x/tools/go/buildutil" 导入包时,其实导入的是$GOPATH/src/golang.org/x/tools/go/buildutil目录的包。

  2. "golang.org/x" 下的包在 "github.com/golang"有镜像库。

  3. 所以我们可以从 github.com 上将对应包下载下来放到对应的目录即可。

实例

比如先切换到 $GOPATH 的 src 目录,cd $GOPATH/src,然后按需要下载:

  1. git clone --depth 1 https://github.com/golang/tools.git golang.org/x/tools
  2. git clone --depth 1 https://github.com/golang/lint.git golang.org/x/lint
  3. git clone --depth 1 https://github.com/golang/net.git golang.org/x/net
  4. git clone --depth 1 https://github.com/golang/sys.git golang.org/x/sys
  5. git clone --depth 1 https://github.com/golang/crypto.git golang.org/x/crypto
  6. git clone --depth 1 https://github.com/golang/text.git golang.org/x/text
  7. git clone --depth 1 https://github.com/golang/image.git golang.org/x/image
  8. git clone --depth 1 https://github.com/golang/oauth2.git golang.org/x/oauth2

转载于:https://www.cnblogs.com/wangjq19920210/p/11452207.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值