go-version: apply suggestions

Signed-off-by: gonejack <igonejack@gmail.com>
This commit is contained in:
gonejack
2020-05-11 12:09:09 +08:00
committed by Starbeamrainbowlabs
parent 21a74424c7
commit 1298e61d38

View File

@@ -1,12 +1,12 @@
# 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`
- 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}}`