go/src/pkg/mail
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
..
Makefile
message.go strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
message_test.go mail: cosmetic fixes. 2011-06-15 09:10:59 +10:00