Skip to content

Instantly share code, notes, and snippets.

@yyoshiki41
Last active June 17, 2017 07:19
Show Gist options
  • Save yyoshiki41/976dcf05b673aab48c2a63361b45fc83 to your computer and use it in GitHub Desktop.
Save yyoshiki41/976dcf05b673aab48c2a63361b45fc83 to your computer and use it in GitHub Desktop.
# wget https://storage.googleapis.com/golang/go1.8.3.linux-amd64.tar.gz
curl -o /tmp/go1.8.3.linux-amd64.tar.gz https://storage.googleapis.com/golang/go1.8.3.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.8.3.linux-amd64.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