package doc
import "cmd/go/internal/doc"
Package doc implements the “go doc” command.
Index ¶
Variables ¶
var CmdDoc = &base.Command{ Run: runDoc, UsageLine: "go doc [-u] [-c] [package|[package.]symbol[.methodOrField]]", CustomFlags: true, Short: "show documentation for package or symbol", Long: "" /* 4031 byte string literal not displayed */, }
Source Files ¶
- Version
- v1.11.8
- Published
- Apr 8, 2019
- Platform
- darwin/amd64
- Imports
- 2 packages
- Last checked
- 1 minute ago –
Tools for package owners.