mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-28 22:04:55 +02:00
211 B
211 B
go version
Print Go version. More information: https://golang.org/cmd/go/.
- Print version:
go version
- Report the Go version used to build the named executable file:
go version {{executable}}