https://goproxy.cn/ 国内加速器
https://golang.google.cn/ golang cn官网
下载完go 安装之后
设置加速器
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
网友评论