aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug058.go
AgeCommit message (Expand)Author
2012-02-16test: use testlib (second 100)Russ Cox
2009-08-17fix up some irregular indentationRob Pike
2009-01-20delete exportRuss Cox
2009-01-16convert tests; nothing interesting.Russ Cox
2009-01-06new new & makeRuss Cox
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
2008-06-27add a testRob Pike