1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 13:02:08 +02:00
tldr/pages/common/go-version.md
会有猫的 4cac843cae
go-*: apply additional suggestions
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-05-21 12:33:55 +01:00

242 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 {{path/to/executable}}