package version
import "cmd/go/internal/version"
Package version implements the “go version” command.
Index ¶
Variables ¶
var CmdVersion = &base.Command{ Run: runVersion, UsageLine: "version", Short: "print Go version", Long: `Version prints the Go version, as reported by runtime.Version.`, }
Source Files ¶
- Version
- v1.9.7
- Published
- Jun 6, 2018
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- now –
Tools for package owners.