diff --git a/pages/common/go-version.md b/pages/common/go-version.md new file mode 100644 index 000000000..fa2312731 --- /dev/null +++ b/pages/common/go-version.md @@ -0,0 +1,12 @@ +# go version + +> Print Go version. +> More information: . + +- Print version: + +`go version` + +- Report the Go version used to build the named executable file: + +`go version {{executable}}`