
go-tool
List of commands for go-tool:
-
go-tool:tldr:1c2eb go-tool: List available tools.$ go tooltry on your machineexplain this command
-
go-tool:tldr:4e314 go-tool: Run the go link tool.$ go tool link ${path-to-main-o}try on your machineexplain this command
-
go-tool:tldr:db62b go-tool: Display documentation for a specified tool.$ go tool ${command} --helptry on your machineexplain this command
-
go-tool:tldr:f4c49 go-tool: Print the command that would be executed, but do not execute it (similar to `whereis`).$ go tool -n ${command} ${arguments}try on your machineexplain this command