Skip to content

Instantly share code, notes, and snippets.

@mindreframer
Created November 6, 2013 17:35
Show Gist options
  • Save mindreframer/7340640 to your computer and use it in GitHub Desktop.
Save mindreframer/7340640 to your computer and use it in GitHub Desktop.
update golang to 1.2.rc3 on osx
cd /tmp
wget https://go.googlecode.com/files/go1.2rc3.darwin-amd64-osx10.8.tar.gz
tar xvfz go1.2rc3.darwin-amd64-osx10.8.tar.gz
mv /usr/local/go /usr/local/go.old
mv /tmp/go /usr/local/go
cp /usr/local/go/bin/go /usr/local/bin/go
cp /usr/local/go/bin/godoc /usr/local/bin/godoc
cp /usr/local/go/bin/gofmt /usr/local/bin/gofmt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment