summaryrefslogtreecommitdiff
path: root/src/pkg/go/doc
AgeCommit message (Collapse)AuthorFilesLines
2009-06-29io.StringBytes -> strings.BytesRuss Cox1-6/+6
io.ByteBuffer -> bytes.Buffer left io.ByteBuffer stub around for now, for protocol compiler. R=r OCL=30861 CL=30872
2009-06-24Change strings.Split, bytes.Split to take a maximum substring count argument.David Symonds1-1/+1
R=rsc APPROVED=r DELTA=131 (39 added, 10 deleted, 82 changed) OCL=30669 CL=30723
2009-06-09mv src/lib to src/pkgRob Pike3-0/+864
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102