-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
Description
- Have a way to see the list of all packages that (directly or indirectly) depend on the shown repo.
- Should use
cmd/goimportersto 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 -din some way?
Reactions are currently unavailable