go-version: add page (#4003)
Signed-off-by: gonejack <igonejack@gmail.com>
This commit is contained in:
parent
917c3eaa55
commit
674658c984
|
|
@ -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…
Reference in New Issue