Skip to content

Instantly share code, notes, and snippets.

@jochasinga
Created September 29, 2014 23:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jochasinga/498745fdba4478f2d8fa to your computer and use it in GitHub Desktop.
Save jochasinga/498745fdba4478f2d8fa to your computer and use it in GitHub Desktop.
GOPATH export after intallation of Go
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