Skip to content

Instantly share code, notes, and snippets.

@takurx
Last active August 29, 2015 14:15
Show Gist options
  • Save takurx/0bf11a7c4a6f4de64f49 to your computer and use it in GitHub Desktop.
Save takurx/0bf11a7c4a6f4de64f49 to your computer and use it in GitHub Desktop.
MacでのGo言語のインストール ref: http://qiita.com/takurx/items/c6a5a294a89cdca29c30
# for Golang
export GOROOT=$HOME/go
export GOARCH=amd64
export GOOS=darwin
export GOBIN=$HOME/go/bin
export GOPATH=$HOME/_go
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin:$GOBIN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment