LinuxCommandLibrary

go-version

Print Go version.

TLDR

Print Go version

$ go version
copy


Print the Go version used to build the named executable file
$ go version [path/to/executable]
copy

SYNOPSIS

go version

DESCRIPTION

Version prints the Go version, as reported by runtime.Version.

AUTHOR

This manual page was written by Michael Stapelberg <stapelberg@debian.org>, for the Debian project (and may be used by others).

Copied to clipboard