Created
October 4, 2016 18:54
-
-
Save lcaballero/1a8cc26ec6dbec7ee5daaf63d461e69e to your computer and use it in GitHub Desktop.
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
Installing Go | |
- Install Go | |
- Make these dirs: | |
- ~/Projects/Go | |
- ~/Projects/Go/{src,bin,pkg,src} | |
- Export in .bashrc these variables | |
- export GOPATH=~/Projects/Go | |
- export PATH=$GOPATH/bin:$GOPATH | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment