go-version: apply suggestions

Signed-off-by: gonejack <igonejack@gmail.com>
client-spec/clarity
gonejack 2020-05-11 12:09:09 +08:00 committed by Starbeamrainbowlabs
parent 21a74424c7
commit 1298e61d38
No known key found for this signature in database
GPG Key ID: 1BE5172E637709C2
1 changed files with 3 additions and 3 deletions

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