Documentation ¶
Overview ¶
Package envcmd implements the “go env” command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdEnv = &base.Command{
Run: runEnv,
UsageLine: "env [var ...]",
Short: "print Go environment information",
Long: `
Env prints Go environment information.
By default env prints information as a shell script
(on Windows, a batch file). If one or more variable
names is given as arguments, env prints the value of
each named variable on its own line.
`,
}
Functions ¶
func ExtraEnvVars ¶
ExtraEnvVars returns environment variables that should not leak into child processes.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.