package doc

import "cmd/go/internal/doc"

Package doc implements the “go doc” command.

Index

Variables

var CmdDoc = &base.Command{
	Run:         runDoc,
	UsageLine:   "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

doc.go

Version
v1.9.7
Published
Jun 6, 2018
Platform
windows/amd64
Imports
2 packages
Last checked
2 minutes ago

Tools for package owners.