A tool to update installed tools in the go/bin folder.
It updates all your tools in parallel to speed up the update process.
To install gobinupd, run the following command:
go install github.com/rymdport/gobinupd@latestWindows users might wish to run the tool directly, without installing it, to avoid having it try to update itself.
go run github.com/rymdport/gobinupd@latestSimply run gobinupd to automatically update all installed tools.
No path needs to be specified.
Flags:
- Pass
--release(or-r) to build without debug information for smaller binaries. - Pass
--verbose(or-v) to print more information about the update process. - Pass
--no-update(or-n) to rebuild all tools without updating them.