Go 安装

获取 Go

https://golang.google.cn/

Windows

从下载界面下载完.msi文件后安装

Linux & Mac OS

https://github.com/moovweb/gvm

bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)

如果你使用是 zsh 只需要切换成 bash

gvm install go1.4
gvm use go1.4 [--default]

Go 安装到此结束

Last updated