Files
tldr/pages/common/go-version.md
gonejack 1298e61d38 go-version: apply suggestions
Signed-off-by: gonejack <igonejack@gmail.com>
2020-05-21 12:30:24 +01:00

234 B

go version

Print Go version. More information: https://golang.org/cmd/go/#hdr-Print_Go_version.

  • Print Go version:

go version

  • Print the Go version used to build the named executable file:

go version {{executable}}