跳至主要内容

[Note] Golang Documentation 文件撰寫(go-doc)

# 安裝 go tools
$ go get -u golang.org/x/tools/...

# 在 localhost:6060 中即可找到自己撰寫的 package documentation
$ godoc -http=:6060