summaryrefslogtreecommitdiff
path: root/test/ken/interfun.go
Commit message (Expand)AuthorAgeFilesLines
* test: document ken/*.goRob Pike2012-02-241-0/+2
* test: use testlib (fourth 100)Russ Cox2012-02-161-1/+1
* make test/ken safe for optional semisRobert Griesemer2009-12-101-14/+6
* disallow interface { x, y() }Russ Cox2009-09-281-1/+2
* insert type assertions when narrowing.Russ Cox2009-02-111-3/+3
* delete exportRuss Cox2009-01-201-3/+3
* convert tests; nothing interesting.Russ Cox2009-01-161-3/+3
* new new & makeRuss Cox2009-01-061-1/+1
* change *map to map; *chan to chan; new(T) to new(*T)Russ Cox2008-12-191-1/+1
* fix bug depot:Rob Pike2008-08-111-7/+7
* add ken's tests.Rob Pike2008-06-061-0/+64