mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:42:07 +02:00
go-version: add page (#4003)
Signed-off-by: gonejack <igonejack@gmail.com>
This commit is contained in:
parent
917c3eaa55
commit
674658c984
1 changed files with 12 additions and 0 deletions
12
pages/common/go-version.md
Normal file
12
pages/common/go-version.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# 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}}`
|
Loading…
Add table
Reference in a new issue