1.环境
国内访问golang官网很慢,可以访问https://golang.google.cn
下载对应版本
1.1配置go语言环境变量
下载暗转文件之后解压到指定的文件/usr/local/go1.14
Vim ~/.bash_profile
export GOROOT=/usr/local/go1.14/go
export GOPATH=/Users/xxxx/go1.14
export PATH=$PATH:$GOROOT/bin
export GOPROXY=https://goproxy.cn,direct
source ~/.bash_profile
正常来说就可以了,(如果出现和我一样问题看下面解决方案
但是我的电脑出现,必须使用前都要source ~/.bash_profile
,最后找到一个方法在vim ~/.zshrc
加上source ~/.bash_profile
就可以)
2.下载vscode
下载地址https://code.visualstudio.com
安装vscode之后打开,Mac 电脑快捷键command+shift+p
弹出界面输入go,然后回车键,全选所有插件
安静等下载好
有疑问加站长微信联系(非本文作者)