实例

比如先切换到 $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
來源:简书
简书著作权归作者所有,任何形式的转载都请联系作者获得授权并注明出处。
posted on 2018-09-05 13:41  小白闯天下  阅读(396)  评论(0编辑  收藏  举报