aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug084.go
AgeCommit message (Expand)Author
2012-02-16test: use testlib (second 100)Russ Cox
2010-03-30single argument panicRuss Cox
2009-09-14fix "declared and not used" in tests;Russ Cox
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-08-11fix bug depot:Rob Pike
2008-08-02go method bug is fixed.Rob Pike