1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 14:44:57 +02:00
tldr/pages/common/go-version.md
gonejack 674658c984 go-version: add page (#4003)
Signed-off-by: gonejack <igonejack@gmail.com>
2020-05-08 20:39:25 +08:00

12 lines
211 B
Markdown

# 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}}`