
Arthur Dent
学习一门语言最好的方式,就是熟读其文档。
安装go语言是件轻松的事情,如果安装都非常困难,那么还有什么好说的。
brew install go
推荐使用MSI installer方式安装,一直Next下去就可以了。
package main
import (
"fmt"
)
// Print Hello,world!
func main() {
fmt.Printf("Hello,World!")
}
godoc -http=:6060
http://localhost:6060/doc/install
http://localhost:6060/doc/code.html
http://localhost:6060/doc/code.html
http://localhost:6060/pkg/
https://beego.me
https://github.com/topics/go
https://github.com/avelino/awesome-go