package version

import "cmd/go/internal/version"

Package version implements the “go version” command.

Index

Variables

var CmdVersion = &base.Command{
	UsageLine: "go version [-m] [-v] [file ...]",
	Short:     "print Go version",
	Long:      "" /* 802 byte string literal not displayed */,
}

Source Files

version.go

Version
v1.18.8
Published
Oct 31, 2022
Platform
linux/amd64
Imports
10 packages
Last checked
35 seconds ago

Tools for package owners.