summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug066.go
Commit message (Expand)AuthorAgeFilesLines
* test: use testlib (second 100)Russ Cox2012-02-161-1/+1
* test: don't use package main for files without a main functionBrad Fitzpatrick2012-02-031-1/+1
* delete forward type declarationsRuss Cox2009-08-121-5/+0
* delete exportRuss Cox2009-01-201-5/+5
* convert tests; nothing interesting.Russ Cox2009-01-161-5/+5
* change *map to map; *chan to chan; new(T) to new(*T)Russ Cox2008-12-191-1/+1
* remove uses of *T as an implicit forward declaration of TRuss Cox2008-10-071-0/+4
* test updateRob Pike2008-07-191-0/+27