Uninstalling a package installed with Go
Have you ever installed a package by using go install <some-package> and wondered how to uninstall it?
Go is really great in that respect. Go packages are a single binary and they’re installed based on how your Go tooling is set up.
Provided we have ...
blog.tinaciousdesign.com2 min read