From ed2a48407b6080987495a1ced734c577d1b7d51f Mon Sep 17 00:00:00 2001 From: Nelson Figueroa <30811275+nelsonfigueroa@users.noreply.github.com> Date: Wed, 6 Mar 2024 20:50:35 -0800 Subject: [PATCH] go-tool: edit page (#12471) --- pages/common/go-tool.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/go-tool.md b/pages/common/go-tool.md index 954a7674e..c23795ade 100644 --- a/pages/common/go-tool.md +++ b/pages/common/go-tool.md @@ -19,3 +19,7 @@ - View documentation for a specified tool: `go tool {{command}} --help` + +- List all available cross-compilation targets: + +`go tool dist list`