Skip to content

Instantly share code, notes, and snippets.

@yuuichi-fujioka
Created July 9, 2014 02:45
Show Gist options
  • Save yuuichi-fujioka/8a76f0c993f584a7180f to your computer and use it in GitHub Desktop.
Save yuuichi-fujioka/8a76f0c993f584a7180f to your computer and use it in GitHub Desktop.
install go and setting environment
#!/bin/bash
sudo apt-get insltall golang
mkdir ~/go
export GOPATH=~/go
export PATH=${PATH};${GOPATH}/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment