package tool
import "cmd/go/internal/tool"
Package tool implements the “go tool” command.
Index ¶
Variables ¶
var CmdTool = &base.Command{ Run: runTool, UsageLine: "go tool [-n] command [args...]", Short: "run specified go tool", Long: "" /* 631 byte string literal not displayed */, }
Source Files ¶
- Version
- v1.25.0-rc.1
- Published
- Jun 11, 2025
- Platform
- js/wasm
- Imports
- 23 packages
- Last checked
- 59 minutes ago –
Tools for package owners.