summaryrefslogtreecommitdiff
path: root/test/ken/ptrfun.go
Commit message (Expand)AuthorAgeFilesLines
* test: document ken/*.goRob Pike2012-02-241-0/+1
* test: use testlib (fourth 100)Russ Cox2012-02-161-1/+1
* make test/ken safe for optional semisRobert Griesemer2009-12-101-10/+4
* convert non-pkg go files to whole-package compilation.Russ Cox2009-08-121-2/+0
* update go code tree to new func rules.Russ Cox2009-01-301-2/+2
* delete exportRuss Cox2009-01-201-1/+1
* convert tests; nothing interesting.Russ Cox2009-01-161-1/+1
* 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
* T{} syntax for constructorsKen Thompson2008-09-051-1/+1
* fix bug depot:Rob Pike2008-08-111-4/+4
* add ken's tests.Rob Pike2008-06-061-0/+52