1
0
mirror of https://github.com/golang/go synced 2024-10-04 12:21:26 -06:00
go/src/pkg/patch
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
..
apply.go 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
git.go changes &x -> x[0:] for array to slice conversion 2010-05-27 14:51:47 -07:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
patch_test.go gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
patch.go strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
textdiff.go respect goto restrictions 2011-06-17 06:07:13 -04:00