summaryrefslogtreecommitdiff
path: root/src/lib/bufio_test.go
AgeCommit message (Expand)AuthorFilesLines
2009-02-03bufio:Russ Cox1-2/+2
2009-01-30update go code tree to new func rules.Russ Cox1-7/+7
2009-01-20delete exportRuss Cox1-3/+3
2009-01-15casify fixup for bufioRob Pike1-67/+59
2009-01-15printf->Printf etc.Rob Pike1-1/+1
2009-01-06new new & makeRuss Cox1-8/+8
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-5/+5
2008-12-18convert *[] to [].Russ Cox1-24/+23
2008-11-24convert tests.Russ Cox1-0/+342