Open
Description
- Have a way to see the list of all packages that (directly or indirectly) depend on the shown repo.
- Should use
cmd/goimporters
to achieve this.
- Should use
- Have a way to (safely) remove the shown repo (move it to trash only if there are no local changes).
- Should use
gopathutil.RemoveRepo()
to achieve this.
- Should use
- Display errors when doing
go get -u -d
in some way?
Activity