Skip to content

Instantly share code, notes, and snippets.

@tangnotes
Last active July 6, 2016 07:42
Show Gist options
  • Save tangnotes/60fbe30f2750ee2230dcb0f07bbdf537 to your computer and use it in GitHub Desktop.
Save tangnotes/60fbe30f2750ee2230dcb0f07bbdf537 to your computer and use it in GitHub Desktop.
Get gloang.org/x/tools, golang/x/net... from Github
GOX=src/golang.org/x
mkdir -p $GOX
cd $GOX
git clone https://github.com/golang/tools.git
git clone https://github.com/golang/net.git
git clone https://github.com/golang/oauth2.git
git clone https://github.com/golang/sys.git
git clone https://github.com/golang/crypto.git
git clone https://github.com/golang/image.git
git clone https://github.com/golang/text.git
git clone https://github.com/golang/exp.git
git clone https://github.com/golang/time.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment