Uninstalling a package installed with Go
Mar 15, 2025 Β· 2 min read Β· 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 ...
Join discussion




