proposal: "go clean -modcache name" to remove single entity "name" from cache · Issue #44989 · golang/go · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Want to have a way to remove a single entity from the mod cache without deleting everything.
What did you expect to see?
Option for go clean -modcache name that would delete name from the modcache.
What did you see instead?
Option doesn't exist.
The text was updated successfully, but these errors were encountered: