Forrest logo
back to context overview

go-tool

List of commands for go-tool:

  • go-tool:tldr:1c2eb go-tool: List available tools.
    $ go tool
    try on your machine
    explain this command
  • go-tool:tldr:4e314 go-tool: Run the go link tool.
    $ go tool link ${path-to-main-o}
    try on your machine
    explain this command
  • go-tool:tldr:db62b go-tool: Display documentation for a specified tool.
    $ go tool ${command} --help
    try on your machine
    explain 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 machine
    explain this command
back to context overview