1
0
mirror of https://github.com/golang/go synced 2024-11-25 21:47:59 -07:00
go/src/pkg/compress
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
..
bzip2 pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
flate compress/flate: do not use background goroutines 2011-06-02 09:32:38 -04:00
gzip os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
lzw strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
testdata compress: move zlib/testdata to testdata so it can be shared by all 2011-02-16 11:41:29 +11:00
zlib os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00