Created
June 26, 2015 21:07
-
-
Save jonathancg90/47511485dfe0b1c7c0fe 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
$ mkdir $HOME/go | |
$ export GOPATH=$HOME/go | |
For convenience, add the workspace's bin subdirectory to your PATH: | |
$ export PATH=$PATH:$GOPATH/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment