Skip to content

Instantly share code, notes, and snippets.

@kessler
Last active January 2, 2016 16:19
Show Gist options
  • Select an option

  • Save kessler/8329354 to your computer and use it in GitHub Desktop.

Select an option

Save kessler/8329354 to your computer and use it in GitHub Desktop.
install go
wget https://go.googlecode.com/files/go1.2.linux-amd64.tar.gz
tar -C /home/ec2-user/ -xzf go1.2.linux-amd64.tar.gz
echo 'export GOROOT=$HOME/go' >> .bash_profile
echo 'export PATH=$PATH:$GOROOT/bin' >> .bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment