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:      "" /* 2310 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

func PrintUsage(w io.Writer)

Source Files

help.go helpdoc.go

Version
v1.9.2
Published
Oct 25, 2017
Platform
linux/amd64
Imports
10 packages
Last checked
9 seconds ago

Tools for package owners.