Go Quick Start 极简教程
Go
官网:https://golang.org/
文档:https://golang.org/doc/
开发环境配置
下载 Go:
(官网)https://golang.org/dl/
(国内镜像)https://golang.google.cn/dl/
IDE :使用 GoLand is a cross-platform IDE built specially for Go developers。
https://www.jetbrains.com/go/
go 命令说明:
go
Go is a tool for managing Go source code.Usage:go <command> [arguments]The commands are:bug start a bug reportbuild compile packages and dependenciesclean remove object files and cached filesdoc show documentation for package or symbolenv print Go environment informationfix update packages