summaryrefslogtreecommitdiff
path: root/test/ken/embed.go
AgeCommit message (Expand)AuthorFilesLines
2009-09-28disallow interface { x, y() }Russ Cox1-6/+6
2009-02-11insert type assertions when narrowing.Russ Cox1-1/+1
2009-01-20delete exportRuss Cox1-8/+8
2009-01-16convert tests; nothing interesting.Russ Cox1-8/+8
2009-01-06new new & makeRuss Cox1-4/+4
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-4/+4
2008-10-25testKen Thompson1-0/+236