Skip to content

Instantly share code, notes, and snippets.

@ronoaldo
Created August 31, 2015 21:32
Show Gist options
  • Save ronoaldo/0d1c66b7ebe5baa339ba to your computer and use it in GitHub Desktop.
Save ronoaldo/0d1c66b7ebe5baa339ba to your computer and use it in GitHub Desktop.
Install Go 1.5 oneliner shell
curl -Ss https://storage.googleapis.com/golang/go1.5.linux-amd64.tar.gz | tar -C /usr/local -xzf-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment