https://goproxy.cn/ 國內(nèi)加速器
https://golang.google.cn/ golang cn官網(wǎng)
下載完go 安裝之后
設(shè)置加速器
go env -w GO111MODULE=on
go env -w GOPROXY=https://goproxy.cn,direct
初始化項目
go mod init myproject
安裝go tour
go get -u github.com/Go-zh/tour
go install github.com/Go-zh/tour
tour