cmd/go: go clean <package>
downloads modules
#32977
Labels
modules
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
#28680 is fixed and
go clean --modcache
command no longer donwloads modules before cleaning if no argument is given to the command.Note however 'go clean' accepts packages parameter as an argument(which isn't relevant to
-modcache
but is still meaningful for other purposes ofgo clean
). If they are given,go clean
still downloads the modules and even updates the go.mod file.And the
go clean -modcache <package>
behaves differently.The text was updated successfully, but these errors were encountered: