package help
import "cmd/go/internal/help"
Package help implements the “go help” command.
Index ¶
Variables ¶
var HelpBuildmode = &base.Command{ UsageLine: "buildmode", Short: "description of build modes", Long: "" /* 1560 byte string literal not displayed */, }
var HelpC = &base.Command{ UsageLine: "c", Short: "calling between Go and C", Long: "" /* 764 byte string literal not displayed */, }
var HelpEnvironment = &base.Command{ UsageLine: "environment", Short: "environment variables", Long: "" /* 2944 byte string literal not displayed */, }
var HelpFileType = &base.Command{ UsageLine: "filetype", Short: "file types", Long: "" /* 1499 byte string literal not displayed */, }
var HelpGopath = &base.Command{ UsageLine: "gopath", Short: "GOPATH environment variable", Long: "" /* 5299 byte string literal not displayed */, }
var HelpImportPath = &base.Command{ UsageLine: "importpath", Short: "import path syntax", Long: "" /* 6154 byte string literal not displayed */, }
var HelpPackages = &base.Command{ UsageLine: "packages", Short: "description of package lists", Long: "" /* 3341 byte string literal not displayed */, }
Functions ¶
func Help ¶
func Help(args []string)
Help implements the 'help' command.
func PrintUsage ¶
Source Files ¶
- Version
- v1.9.6
- Published
- Apr 30, 2018
- Platform
- darwin/amd64
- Imports
- 10 packages
- Last checked
- 1 minute ago –
Tools for package owners.