1
0
mirror of https://github.com/golang/go synced 2024-10-04 14:21:21 -06:00
go/src/pkg/path
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
..
filepath strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
Makefile path/filepath: new OS-specific path support 2011-03-06 17:33:23 -05:00
match_test.go path/filepath: new OS-specific path support 2011-03-06 17:33:23 -05:00
match.go path/filepath: new OS-specific path support 2011-03-06 17:33:23 -05:00
path_test.go path/filepath: new OS-specific path support 2011-03-06 17:33:23 -05:00
path.go src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00