Skip to content

Instantly share code, notes, and snippets.

@kenjiskywalker
Created October 8, 2013 09:30
Show Gist options
  • Select an option

  • Save kenjiskywalker/6882096 to your computer and use it in GitHub Desktop.

Select an option

Save kenjiskywalker/6882096 to your computer and use it in GitHub Desktop.
install go
### golang
export GOROOT=$HOME/go
export GOPATH=$HOME/gocode
export PATH=$PATH:$GOROOT/bin
### golang
export GOROOT=$HOME/go
export GOPATH=$HOME/gocode
export PATH=$PATH:$GOROOT/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment