Skip to content

Instantly share code, notes, and snippets.

@keylase
Created November 22, 2018 05:41
Show Gist options
  • Save keylase/6c9aea7070e1d6a4429cc8a9df3bedb9 to your computer and use it in GitHub Desktop.
Save keylase/6c9aea7070e1d6a4429cc8a9df3bedb9 to your computer and use it in GitHub Desktop.
install golang
wget https://dl.google.com/go/go1.11.2.linux-amd64.tar.gz -O /tmp/go1.11.2.linux-amd64.tar.gz && sudo tar -C /usr/local -xzf /tmp/go1.11.2.linux-amd64.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment