Last active
July 6, 2016 07:42
-
-
Save tangnotes/60fbe30f2750ee2230dcb0f07bbdf537 to your computer and use it in GitHub Desktop.
Get gloang.org/x/tools, golang/x/net... from Github
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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