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: "" /* 4363 byte string literal not displayed */, }
Source Files ¶
- Version
- v1.12.9
- Published
- Aug 15, 2019
- Platform
- darwin/amd64
- Imports
- 2 packages
- Last checked
- 2 minutes ago –
Tools for package owners.