Created
September 29, 2014 23:25
-
-
Save jochasinga/498745fdba4478f2d8fa to your computer and use it in GitHub Desktop.
GOPATH export after intallation of Go
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 GOPATH=$HOME/Go | |
export PATH=$PATH:$GOPATH/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment