aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/clean
AgeCommit message (Expand)Author
2021-04-16cmd/go/internal/load: convert two global flags to an options structJay Conrod
2020-12-09all: update to use os.ReadDir where appropriateRuss Cox
2020-10-22cmd/go: when module enabled, `go clean` removes built binaryhitzhangjie
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-08-12cmd/go: propagate context into PackagesForBuild and Do for tracingMichael Matloob
2020-08-12cmd/go: add Context parameter to base.command.RunMichael Matloob
2020-05-27cmd/go: clean -cache -n should not delete cachePaschalis Tsilias
2020-04-08cmd/go: allow configuring module cache directory with GOMODCACHEMichael Matloob
2020-02-28cmd/go: rationalize errors in internal/load and internal/modloadBryan C. Mills
2019-12-19cmd/go/internal/clean: make 'go clean -testcache' a no-op if the cache direct...Bryan C. Mills
2019-10-04cmd/go: remove the -mod flag from 'go get'Bryan C. Mills
2019-03-15cmd/go/internal/cache: remove log.txt from the cache directoryBryan C. Mills
2019-03-15cmd/go: skip package loading if explicitly cleaning a cacheBryan C. Mills
2019-01-16cmd/go/internal/clean: fix clean -testcache does not clean test cacheBaokun Lee
2018-11-29cmd/go: enable module mode without a main module when GO111MODULE=onBryan C. Mills
2018-11-29cmd/go/internal/modfetch: lock files and directoriesBryan C. Mills
2018-11-29cmd/go/internal/{clean,test}: lock testexpire.txtBryan C. Mills
2018-09-19clean: clean mod cache should respect "-n" option.Tim Xu
2018-08-01cmd/go: move module cache from $GOPATH/src/mod to $GOPATH/pkg/modRuss Cox
2018-08-01cmd/go: split go mod into multiple subcommandsRuss Cox
2018-07-18cmd/go: add clean -modcacheRuss Cox
2017-11-16cmd/go: implement go clean -testcacheRuss Cox
2017-11-03cmd/go: add "go clean -cache"Russ Cox
2017-10-12cmd/go: delete p.Internal.Target in favor of p.TargetRuss Cox
2017-02-03cmd/go: address review commentsRuss Cox
2017-02-03cmd/go: split out cmd/go/internal/clean,doc,fix,generate,list,run,tool,versio...Russ Cox