mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 07:15:22 +02:00
go-version: apply suggestions
Signed-off-by: gonejack <igonejack@gmail.com>
This commit is contained in:
parent
21a74424c7
commit
1298e61d38
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# go version
|
# go version
|
||||||
|
|
||||||
> Print Go version.
|
> Print Go version.
|
||||||
> More information: <https://golang.org/cmd/go/>.
|
> More information: <https://golang.org/cmd/go/#hdr-Print_Go_version>.
|
||||||
|
|
||||||
- Print version:
|
- Print Go version:
|
||||||
|
|
||||||
`go version`
|
`go version`
|
||||||
|
|
||||||
- Report the Go version used to build the named executable file:
|
- Print the Go version used to build the named executable file:
|
||||||
|
|
||||||
`go version {{executable}}`
|
`go version {{executable}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue