1
0
mirror of https://github.com/golang/go synced 2024-11-22 12:04:46 -07:00
go/src/pkg/debug
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
..
dwarf respect goto restrictions 2011-06-17 06:07:13 -04:00
elf os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
gosym debug/gosym: remove need for gotest to run preparatory commands. 2011-03-29 10:41:23 -07:00
macho pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
pe pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
proc strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00