Created
March 31, 2016 17:25
-
-
Save aeneasr/8ffc72fece8eb1170b3ee9e12240d5f6 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
export GOROOT=/usr/local/go | |
export PATH=$PATH:$GOROOT/bin | |
export GOPATH=~/workspaces/go | |
export PATH=$GOPATH/bin:$PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment