Skip to content

Instantly share code, notes, and snippets.

@WindomZ
Created February 4, 2018 13:45
Show Gist options
  • Save WindomZ/a3fe7f317c9920eb8e9ffb42e1c22436 to your computer and use it in GitHub Desktop.
Save WindomZ/a3fe7f317c9920eb8e9ffb42e1c22436 to your computer and use it in GitHub Desktop.
Install Golang 1.9.3 on Raspberry Pi 3
wget https://dl.google.com/go/go1.9.3.linux-armv6l.tar.gz
sudo tar -C /usr/local -xzf go1.9.3.linux-armv6l.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