go doc

显示包或符号的文档。 更多信息:https://pkg.go.dev/cmd/go#hdr-Show_documentation_for_package_or_symbol.

go doc

go doc {{encoding/json}}

go doc -all {{encoding/json}}

go doc -all -src {{encoding/json}}

go doc -all -src {{encoding/json.Number}}