第一节 go环境安装
1.自学go的教程地址 https://golangbot.com/golang-tutorial-part-1-introduction-and-installation/
2.安装包下载地址https://golang.org/dl/
3.安装环境,我的是mac系统按照教程安装后需要
在~/.zshrc
你应该添加行:export PATH=$PATH:/usr/local/go/bin
然后执行source ~/.zshrc后才能验证go version