1
0
mirror of https://github.com/golang/go synced 2024-11-14 09:00:21 -07:00
go/src/cmd/fix
Egon Elbre e86168430f cmd/fix,cmd/gofmt: flush to disk before diffing
Flush file content to disk before diffing files,
may cause unpredictable results on Windows.

Convert from \r\n to \n when comparing diff result.

Change-Id: Ibcd6154a2382dba1338ee5674333611aea16bb65
Reviewed-on: https://go-review.googlesource.com/36750
Reviewed-by: Robert Griesemer <gri@golang.org>
Run-TryBot: Robert Griesemer <gri@golang.org>
2017-03-30 18:19:57 +00:00
..
context_test.go cmd/fix: add golang.org/x/net/context fix 2016-09-15 19:24:04 +00:00
context.go cmd/fix: add golang.org/x/net/context fix 2016-09-15 19:24:04 +00:00
doc.go
fix.go cmd/fix: add golang.org/x/net/context fix 2016-09-15 19:24:04 +00:00
gotypes_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
gotypes.go cmd/fix: add golang.org/x/net/context fix 2016-09-15 19:24:04 +00:00
import_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
main_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
main.go cmd/fix,cmd/gofmt: flush to disk before diffing 2017-03-30 18:19:57 +00:00
netipv6zone_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
netipv6zone.go cmd/fix: add golang.org/x/net/context fix 2016-09-15 19:24:04 +00:00
printerconfig_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
printerconfig.go cmd/fix: add golang.org/x/net/context fix 2016-09-15 19:24:04 +00:00
typecheck.go all: single space after period. 2016-03-02 00:13:47 +00:00