Proposal Details
Hi, please make go uninstall command
with interactive steps as additional option
for fully remove not also binary but also with
go clean -cache -modcache
for installed project like from github,
because that not so trivial using go install https://github.com/someadressproject@latest
or branch not so clearly and easy for delete.
Because user not always have properly settled absolute PATH
for place compiled binary.
Or also make some interative automation for write env variables for that.
Maybe like in rust with using cargo uninstall
or PKGBUILD
bash
recipe for makepkg
,pls it's very important for make reproducible builds
on many machines and systems. Or maybe some another unified way.
Also that feature make automation for build very easy and understandable.