Keep Your Global Dev Tools Fresh
One habit that quietly saves me hours every month: regularly updating global developer tools. Here’s my simple routine.
Go: Update Installed Binaries
go install github.com/Gelio/go-global-update@latest
go-global-update
This re-installs Go tools at t...
blog.productsway.com1 min read