Skip to content

Instantly share code, notes, and snippets.

@adohe-zz
Created April 24, 2015 02:52
Show Gist options
  • Save adohe-zz/191b8a5cdbc783c7b970 to your computer and use it in GitHub Desktop.
Save adohe-zz/191b8a5cdbc783c7b970 to your computer and use it in GitHub Desktop.
install go on linux
#!/bin/bash
tar -C /usr/local -xzf go$VERSION.$OS-$ARCH.tar.gz
export PATH=$PATH:/usr/local/go/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment