Golang官方
  1. https://golang.org/
  2. 使用命令,在本地启动一个go官网
go doc -http=:8080

访问127.0.0.1:8080
golang标准库api文档
https://studygolang.com/pkgdoc
golang变量