Skip to content

Instantly share code, notes, and snippets.

@jonathancg90
Created June 26, 2015 21:07
Show Gist options
  • Save jonathancg90/47511485dfe0b1c7c0fe to your computer and use it in GitHub Desktop.
Save jonathancg90/47511485dfe0b1c7c0fe to your computer and use it in GitHub Desktop.
$ 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