diff --git a/pages/common/go-bug.md b/pages/common/go-bug.md index 768259bce8..8d189d0fcc 100644 --- a/pages/common/go-bug.md +++ b/pages/common/go-bug.md @@ -1,7 +1,7 @@ # go bug > Report a bug. -> More information: . +> More information: . - Open a web page to start a bug report: diff --git a/pages/common/go-build.md b/pages/common/go-build.md index 4f2c2247d0..334109eda8 100644 --- a/pages/common/go-build.md +++ b/pages/common/go-build.md @@ -1,7 +1,7 @@ # go build > Compile Go sources. -> More information: . +> More information: . - Compile a 'package main' file (output will be the filename without extension): diff --git a/pages/common/go-clean.md b/pages/common/go-clean.md index 803c821152..eab56de470 100644 --- a/pages/common/go-clean.md +++ b/pages/common/go-clean.md @@ -1,7 +1,7 @@ # go clean > Remove object files and cached files. -> More information: . +> More information: . - Print the remove commands instead of actually removing anything: diff --git a/pages/common/go-doc.md b/pages/common/go-doc.md index f68f0dd2f2..1a0d9dea5f 100644 --- a/pages/common/go-doc.md +++ b/pages/common/go-doc.md @@ -1,7 +1,7 @@ # go doc > View documentation for a package or symbol. -> More information: . +> More information: . - View documentation for the current package: diff --git a/pages/common/go-env.md b/pages/common/go-env.md index 2820bdd4e3..41e1471df8 100644 --- a/pages/common/go-env.md +++ b/pages/common/go-env.md @@ -1,7 +1,7 @@ # go env > Manage environment variables used by the Go toolchain. -> More information: . +> More information: . - Show all environment variables: diff --git a/pages/common/go-fix.md b/pages/common/go-fix.md index fcef7e8572..c712c813c4 100644 --- a/pages/common/go-fix.md +++ b/pages/common/go-fix.md @@ -1,7 +1,7 @@ # go fix > Update packages to use new APIs. -> More information: . +> More information: . - Update packages to use new APIs: diff --git a/pages/common/go-generate.md b/pages/common/go-generate.md index 8a1f3b746d..a902a2a6a6 100644 --- a/pages/common/go-generate.md +++ b/pages/common/go-generate.md @@ -1,7 +1,7 @@ # go generate > Generate Go files by running commands within source files. -> More information: . +> More information: . - Generate Go files by running commands within source files: diff --git a/pages/common/go-list.md b/pages/common/go-list.md index 8ded827e4c..313fea2cde 100644 --- a/pages/common/go-list.md +++ b/pages/common/go-list.md @@ -1,7 +1,7 @@ # go list > List packages or modules. -> More information: . +> More information: . - List packages: diff --git a/pages/common/go-mod.md b/pages/common/go-mod.md index 0d18048640..2ae8e9c2ac 100644 --- a/pages/common/go-mod.md +++ b/pages/common/go-mod.md @@ -1,7 +1,7 @@ # go mod > Module maintenance. -> More information: . +> More information: . - Initialize new module in current directory: diff --git a/pages/common/go-version.md b/pages/common/go-version.md index 6ff1551492..1fe9ccfd63 100644 --- a/pages/common/go-version.md +++ b/pages/common/go-version.md @@ -1,7 +1,7 @@ # go version > Display Go version. -> More information: . +> More information: . - Display version: diff --git a/pages/common/go.md b/pages/common/go.md index 3b77b1c817..c037f46703 100644 --- a/pages/common/go.md +++ b/pages/common/go.md @@ -2,7 +2,7 @@ > Manage Go source code. > Some subcommands such as `build` have their own usage documentation. -> More information: . +> More information: . - Download and install a package, specified by its import path: diff --git a/pages/common/gofmt.md b/pages/common/gofmt.md index 2242782208..a33685e479 100644 --- a/pages/common/gofmt.md +++ b/pages/common/gofmt.md @@ -1,7 +1,7 @@ # gofmt > Format Go source code. -> More information: . +> More information: . - Format a file and display the result to the console: diff --git a/pages/common/goimports.md b/pages/common/goimports.md index 5660831177..ce3bbe8945 100644 --- a/pages/common/goimports.md +++ b/pages/common/goimports.md @@ -1,7 +1,7 @@ # goimports > Updates Go import lines, adding missing ones and removing unreferenced ones. -> More information: . +> More information: . - Display the completed import source file: