Skip to content
Snippets Groups Projects
Commit ebb1566a authored by Rob Pike's avatar Rob Pike
Browse files

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
parent 82a8afdf
No related branches found
No related tags found
Loading
Showing
with 171 additions and 34 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment