package tool

import "cmd/go/internal/tool"

Package tool implements the “go tool” command.

Index

Variables

var CmdTool = &base.Command{
	Run:       runTool,
	UsageLine: "tool [-n] command [args...]",
	Short:     "run specified go tool",
	Long:      "" /* 265 byte string literal not displayed */,
}

Source Files

tool.go

Version
v1.9.0-rc.2
Published
Aug 7, 2017
Platform
js/wasm
Imports
7 packages
Last checked
1 minute ago

Tools for package owners.