go-tool - tool for managing Go source code
Contents
Description
Tool runs the go tool command identified by the arguments. With no arguments it prints the list of known
tools.
Name
go-tool - tool for managing Go source code
Options
-n The -n flag causes tool to print the command that would be executed but not execute it.
For more about each tool command, see 'go tool command -h'.
Synopsis
gotool [-n] command [ args... ]
