Skip to content

Instantly share code, notes, and snippets.

@owainlewis
Created January 31, 2014 13:59
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 owainlewis/8732517 to your computer and use it in GitHub Desktop.
Save owainlewis/8732517 to your computer and use it in GitHub Desktop.
Installing golang
mkdir $HOME/gopath
export GOPATH="$HOME/gopath"
export PATH="$GOPATH/bin:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment