aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/fix/main.go
AgeCommit message (Expand)Author
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-02all: update to use filepath.WalkDir instead of filepath.WalkRuss Cox
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-10-12cmd/fix: always format source file before fixingRuss Cox
2019-11-18cmd/fix: eliminate data races in TestRewrite and gofmtBryan C. Mills
2019-10-28cmd/fix, cmd/go, cmd/gofmt: refactor common code into new internal diff packageMikhail Fesenko
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2017-03-30cmd/fix,cmd/gofmt: flush to disk before diffingEgon Elbre
2016-09-15cmd/fix: add golang.org/x/net/context fixSam Whited
2016-03-02all: single space after period.Brad Fitzpatrick
2012-11-27go/format: Package format implements standard formatting of Go source.Robert Griesemer
2012-02-16cmd, pkg/go/*: fix "go vet" warnings for go/ast and go/printerNigel Tao
2012-01-29cmd/go: add go tools to rearrangementRob Pike