Go 常用命令 Go Common commands
一键安装 go one key install go apt-get install go 设置代理 set proxy go env -w GOPROXY=https://goproxy.cn,direct 构建 go.mod create go.mod go mod init xxx.com/xxx 设置模块代理 关于go mod安装第三方包提示: module declares its path as: xxx but was required as: yyy 解决办法 在 go.mod