aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/fmtcmd
AgeCommit message (Expand)Author
2021-01-19cmd/go: allow go fmt to complete when embedded file is missingConstantin Konstantinidis
2020-09-11cmd/go: refactor -mod flag parsingJay Conrod
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-02-28cmd/go: rationalize errors in internal/load and internal/modloadBryan C. Mills
2019-10-09cmd/go: eliminate redundancy in import error messagesJay Conrod
2019-10-08cmd/go: respect -mod flag in fmtDan Peterson
2018-08-03cmd/go: don't crash in go fmt on invalid input when using modulesIan Lance Taylor
2018-08-01cmd/go: split go mod into multiple subcommandsRuss Cox
2018-07-12cmd/go: merge module support from x/vgo repoRuss Cox
2018-06-15cmd/go: add dark copy of golang.org/x/vgoRuss Cox
2017-11-05cmd/go: skip "exclude all Go files" error in fmtDaniel Martí
2017-10-25cmd/go: explain fmt, fix, vet a bit more in go helpRuss Cox
2017-10-03cmd/go: replace PackageInternal.GoFiles, AllGoFiles with methodsRuss Cox
2017-08-14cmd/go: parallelize fmtDmitry Vyukov
2017-06-09all: single space after periodBrad Fitzpatrick
2017-06-08cmd/go: ignore dot and underscore files in fmt, fix, and get -fixBrad Fitzpatrick
2017-02-03cmd/go: address review commentsRuss Cox