1
0
mirror of https://github.com/golang/go synced 2024-11-20 05:44:44 -07:00
go/src/cmd/fix
Russ Cox df93283d56 cmd/fix: delete pre-Go 1 fixes
Assume people who were going to update to Go 1 have done so.
Those with pre-Go 1 trees remaining will need to update first
to Go 1.0 (using its 'go fix') and then to Go 1.1.

Cuts the cmd/fix test time by 99% (3 seconds to 0.03 seconds).

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7402046
2013-02-21 12:19:54 -05:00
..
testdata go/printer, gofmt: trim trailing whitespace in comments 2012-10-30 13:09:47 -07:00
doc.go cmd/godoc: use go/build to determine package and example files 2013-02-19 11:19:58 -08:00
fix.go fix: walk ast.Ellipsis values. 2012-02-17 14:39:50 +11:00
import_test.go
main_test.go
main.go go/format: Package format implements standard formatting of Go source. 2012-11-27 10:29:49 -08:00
netipv6zone_test.go net, cmd/fix: add IPv6 scoped addressing zone to INET, INET6 address structs 2012-11-27 00:45:42 +09:00
netipv6zone.go net, cmd/fix: add IPv6 scoped addressing zone to INET, INET6 address structs 2012-11-27 00:45:42 +09:00
printerconfig_test.go cmd/fix: Add keys to printer.Config composite literals. 2012-12-16 19:31:59 -05:00
printerconfig.go cmd/fix: Add keys to printer.Config composite literals. 2012-12-16 19:31:59 -05:00
typecheck.go bytes, strings: add TrimPrefix and TrimSuffix 2013-02-01 08:41:25 -08:00