博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
go安装依赖包
阅读量:4652 次
发布时间:2019-06-09

本文共 797 字,大约阅读时间需要 2 分钟。

实例

比如先切换到 $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.jianshu.com/p/6fe61053c8aa
來源:简书
简书著作权归作者所有,任何形式的转载都请联系作者获得授权并注明出处。

转载于:https://www.cnblogs.com/xiaobaichuangtianxia/p/9555222.html

你可能感兴趣的文章
移动端单屏解决方案
查看>>
web渗透测试基本步骤
查看>>
使用Struts2标签遍历集合
查看>>
angular.isUndefined()
查看>>
第一次软件工程作业(改进版)
查看>>
网络流24题-飞行员配对方案问题
查看>>
Jenkins 2.16.3默认没有Launch agent via Java Web Start,如何配置使用
查看>>
引入css的四种方式
查看>>
iOS开发UI篇—transframe属性(形变)
查看>>
3月7日 ArrayList集合
查看>>
jsp 环境配置记录
查看>>
Python03
查看>>
LOJ 2537 「PKUWC2018」Minimax
查看>>
使用java中replaceAll方法替换字符串中的反斜杠
查看>>
Some configure
查看>>
流量调整和限流技术 【转载】
查看>>
1 线性空间
查看>>
VS不显示最近打开的项目
查看>>
DP(动态规划)
查看>>
chkconfig
查看>>