mac开发机下go语言环境安装
- homebrew安装
brew update && brew upgrade brew install mercurial brew install go
- 环境变量配置
$vim ~/.bash_profile #GOPATH export GOPATH=$HOME/Documents/go_workspace #GOPATH bin export PATH=$PATH:$GOPATH/bin $source .bash_profile
brew update && brew upgrade brew install mercurial brew install go
$vim ~/.bash_profile #GOPATH export GOPATH=$HOME/Documents/go_workspace #GOPATH bin export PATH=$PATH:$GOPATH/bin $source .bash_profile