Skip to content

Instantly share code, notes, and snippets.

@devcfgc
Created January 3, 2017 14:30
Show Gist options
  • Save devcfgc/3219de415bb950ca46c8495b18ca16b2 to your computer and use it in GitHub Desktop.
Save devcfgc/3219de415bb950ca46c8495b18ca16b2 to your computer and use it in GitHub Desktop.
golang commands
$ sudo yum -y install golang git bind-utils
$ mkdir ~/go
$ export GOPATH=$HOME/go
$ export PATH=$PATH:$GOPATH/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment