go-version: add page (#4003)

Signed-off-by: gonejack <igonejack@gmail.com>
client-spec/clarity
gonejack 2020-05-08 20:39:25 +08:00
parent 917c3eaa55
commit 674658c984
1 changed files with 12 additions and 0 deletions

View 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}}`