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

Source Files

tool.go

Version
v1.16.13
Published
Jan 6, 2022
Platform
windows/amd64
Imports
9 packages
Last checked
24 seconds ago

Tools for package owners.