为什么要使用 Go 语言?Go 语言的优势在哪里?
1.部署简单。
2.并发性好。
3.良好的语言设计。
4.执行性能好。
重量级应用
Go环境搭建
Golang下载
国外镜像 https://www.golangtc.com/download
国内镜像 https://studygolang.com/dl
idea go plugin
Hello, World
package main import ("fmt")
func main() {
fmt.Println("Hello, World!")
}
资料
http://www.runoob.com/go/go-map.html
http://www.cnblogs.com/aylin/p/5835682.html
https://www.jetbrains.com/go/