Skip to content

Instantly share code, notes, and snippets.

@j8
Created October 10, 2015 13:40
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save j8/8cbfedd3c9fa7e7125d3 to your computer and use it in GitHub Desktop.
Go paths
export GOPATH=$HOME/go
export PATH=$PATH:$GOPATH/bin
export PATH=$PATH:$GOROOT/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment