Documentation ¶
Overview ¶
Package version implements the “go version” command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdVersion = &base.Command{
Run: runVersion,
UsageLine: "go version",
Short: "print Go version",
Long: `Version prints the Go version, as reported by runtime.Version.`,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.