diff --git a/pages/common/go-version.md b/pages/common/go-version.md index fa2312731a..4cf27e7bb9 100644 --- a/pages/common/go-version.md +++ b/pages/common/go-version.md @@ -1,12 +1,12 @@ # go version > Print Go version. -> More information: . +> More information: . -- 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}}`