Update golang.go

pull/58/head
soyum2222 5 years ago committed by GitHub
parent 128754ffac
commit 80bda8fc30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,7 +27,13 @@ go tool // 运行给定的go工具
go version // 显示go当前版本 go version // 显示go当前版本
go vet // 发现代码中可能的错误 go vet // 发现代码中可能的错误
/*******************************************************************************
* ENV
*******************************************************************************/
GOOS // 编译系统
GOARCH // 编译arch
GO111MODULE // gomod开关
GOPROXY // go代理 https://goproxy.io https://goproxy.cn
/******************************************************************************* /*******************************************************************************
* Hello World * Hello World

Loading…
Cancel
Save