1
0
mirror of https://github.com/golang/go synced 2024-10-05 16:01:22 -06:00
go/src/cmd/gofmt
Rob Pike ebb1566a46 strings.Split: make the default to split all.
Change the signature of Split to have no count,
assuming a full split, and rename the existing
Split with a count to SplitN.
Do the same to package bytes.
Add a gofix module.

R=adg, dsymonds, alex.brainman, rsc
CC=golang-dev
https://golang.org/cl/4661051
2011-06-28 09:43:14 +10:00
..
testdata gofmt: don't crash when rewriting nil interfaces in AST. 2011-04-14 14:25:25 -07:00
doc.go gofix, gofmt: update documentation 2011-04-20 11:01:21 -07:00
gofmt_test.go strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
gofmt.go gofmt: fix -d regression from exec change 2011-06-07 09:38:04 -07:00
Makefile fix build: disable gofmt test script, enable gotest testing instead 2011-04-13 14:24:38 -07:00
rewrite.go strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
simplify.go fix tree for reflect rename 2011-04-25 13:39:36 -04:00
test.sh gofmt: update test script so that it passes again 2011-06-08 12:05:40 -07:00