Created
November 22, 2018 05:41
-
-
Save keylase/6c9aea7070e1d6a4429cc8a9df3bedb9 to your computer and use it in GitHub Desktop.
install golang
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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