<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)