aboutsummaryrefslogtreecommitdiff
path: root/test/interface1.go
AgeCommit message (Expand)Author
2009-05-21add test for yesterday's interface rule change (interface/convert1.go).Russ Cox
2009-05-12describe each interface testRuss 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-12-18convert *[] to [].Russ Cox
2008-10-31Recognize gccgo error message:Ian Lance Taylor
2008-10-29apply change suggested in CL 16658 reviewRuss Cox
2008-10-10- removed extra package clauseRobert Griesemer
2008-10-08more interface checks:Russ Cox