Describe the bug
After installation of a Go package failed, good uninstall can't remove the broken path of the package.
To Reproduce
go install github.com/wagoodman/dive would fail for some reason.
go uninstall github.com/wagoodman/dive gives
$ good uninstall github.com/wagoodman/dive
good: uninstalling github.com/wagoodman/dive...
ERROR: open /home/ubuntu/.local/share/good/github.com/wagoodman/dive/bin: no such file or directory
Expected behavior
/home/ubuntu/.local/share/good/github.com/wagoodman/dive should be gone.
Describe the bug
After installation of a Go package failed,
good uninstallcan't remove the broken path of the package.To Reproduce
go install github.com/wagoodman/divewould fail for some reason.go uninstall github.com/wagoodman/divegivesExpected behavior
/home/ubuntu/.local/share/good/github.com/wagoodman/diveshould be gone.