aboutsummaryrefslogtreecommitdiff
path: root/test/bugs/bug121.go
AgeCommit message (Expand)Author
2009-01-30update go code tree to new func rules.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-11-17- interface methods must have full function typeRobert Griesemer