Tool for managing go source code
go tool [\|-n\|] command [ args... ]
Tool runs the go tool command identified by the arguments. With no arguments it prints the list of known tools.
-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'.
This manual page was written by Michael Stapelberg <[email protected]>, for the Debian project (and may be used by others).