13 lines
211 B
Markdown
13 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}}`
|