mac上go的下载安装教程 官网https://golang.google.cn/dl/下载,安装 环境变量配置 参考https://www.jianshu.com/p/5c1873eaf3ca Bash 编辑~/.bash_profile文件(vim ~/.bash_profile,进入vim的正常模式,在正常模式中按下i, I, a, A等,进入插入模式),添加以下代码 export GOROOT=/usr/local/Cellar/go/1.10.3/libexec //GOROOT是go