Skip to content

Instantly share code, notes, and snippets.

@ernado
Created November 11, 2014 19:48
Show Gist options
  • Save ernado/297a166574d17eef9c71 to your computer and use it in GitHub Desktop.
Save ernado/297a166574d17eef9c71 to your computer and use it in GitHub Desktop.
Not to forget
wget -qO- https://storage.googleapis.com/golang/go1.3.3.linux-amd64.tar.gz | sudo tar xvz -C /usr/local/
/etc/profile:
export GOROOT=/usr/local/go
export GOPATH=/go
export PATH=$PATH:$GOPATH/bin:$GOROOT/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment