Godoc#
Install#
Use go install
:
$ go install golang.org/x/tools/cmd/godoc@latest
Build from source (⛺ golang/tools):
$ cd tools
$ go build ./cmd/godoc/ -o doc
Usage#
$ godoc -http=localhost:6060
评论
如果你有任何意见,请在此评论。 如果你留下了电子邮箱,我可能会通过 回复你。
Use go install
:
$ go install golang.org/x/tools/cmd/godoc@latest
Build from source (⛺ golang/tools):
$ cd tools
$ go build ./cmd/godoc/ -o doc
$ godoc -http=localhost:6060
如果你有任何意见,请在此评论。 如果你留下了电子邮箱,我可能会通过 回复你。