<p align="right">2021年08月31日 13:54:49</p>
[TOC]
> Go依赖git,请提前安装git
### Mac
```
brew install go
```
### Linux
ubuntu/debian系
```
sudo apt-get install golang
```
redhat/centos系
```
sudo yum install golang
```
### Windows
参考文章[在Windows上安装Go语言开发包 (biancheng.net)](http://c.biancheng.net/view/3992.html)