1
0
mirror of https://github.com/golang/go synced 2024-10-04 14:21:21 -06:00
go/src/pkg/smtp
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
..
auth.go smtp: new package 2010-10-13 22:07:28 -04:00
Makefile smtp: new package 2010-10-13 22:07:28 -04:00
smtp_test.go strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
smtp.go strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00