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:      "" /* 391 byte string literal not displayed */,
}

Source Files

tool.go

Version
v1.24.0-rc.2
Published
Jan 13, 2025
Platform
js/wasm
Imports
22 packages
Last checked
5 seconds ago

Tools for package owners.