mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 03:42:12 +02:00
12 lines
242 B
Markdown
12 lines
242 B
Markdown
# 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 {{path/to/executable}}`
|