Skip to content

Instantly share code, notes, and snippets.

@flomotlik
Created February 28, 2014 11:44
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 flomotlik/9269699 to your computer and use it in GitHub Desktop.
Save flomotlik/9269699 to your computer and use it in GitHub Desktop.
Install Go 1.2
cd
rm -fr go
wget http://go.googlecode.com/files/go1.2.linux-amd64.tar.gz
tar xfz go1.2.linux-amd64.tar.gz
cd clone
go get github.com/kr/godep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment