Skip to content

Instantly share code, notes, and snippets.

@taji-taji
Created August 8, 2015 00:36
Show Gist options
  • Save taji-taji/d7be7590fd98b15ff3c1 to your computer and use it in GitHub Desktop.
Save taji-taji/d7be7590fd98b15ff3c1 to your computer and use it in GitHub Desktop.
Install Golang
$ cd /usr/local/src
$ sudo wget https://storage.googleapis.com/golang/go1.4.2.linux-amd64.tar.gz
$ sudo tar -C /usr/local -xzf go1.4.2.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