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`