Skip to content

Instantly share code, notes, and snippets.

@gonejack
Last active January 4, 2018 07:18
Show Gist options
  • Save gonejack/d863ddaa18e44722320993455e34b4ec to your computer and use it in GitHub Desktop.
Save gonejack/d863ddaa18e44722320993455e34b4ec to your computer and use it in GitHub Desktop.
Homebrew install Golang SDK
brew install go
export GOROOT="/usr/local/opt/go/libexec"
export GOPATH="$HOME/.go"
export PATH="$PATH:$GOROOT/bin:$GOPATH/bin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment