Skip to content

Instantly share code, notes, and snippets.

@allomov
Created April 8, 2014 11:14
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 allomov/10110874 to your computer and use it in GitHub Desktop.
Save allomov/10110874 to your computer and use it in GitHub Desktop.
# install go
mkdir ~/go
cd !$
wget https://go.googlecode.com/files/go1.2.1.linux-amd64.tar.gz
tar xvf go1.2.1.linux-amd64.tar.gztar.gz
export GOPATH=~/go
export GOROOT=~/go/go
$GOROOT/bin/go get launchpad.net/cobzr
$GOROOT/bin/go install launchpad.net/cobzr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment