summaryrefslogtreecommitdiff
path: root/test/typeswitch.go
Commit message (Expand)AuthorAgeFilesLines
* test/[n-z]*.go: add documentationRob Pike2012-02-241-0/+2
* test: use testlib (final 61)Russ Cox2012-02-161-1/+1
* gc: remove func, map compareRuss Cox2011-11-131-3/+2
* delete float, complex - code changesRuss Cox2011-01-191-5/+8
* test: remove semiocolons.Rob Pike2010-09-041-39/+39
* move things out of sys into os and runtimeRuss Cox2009-05-081-1/+3
* simplify test to eliminate now-deprecated forms of switch.Rob Pike2009-03-181-76/+13
* remove assignment cases from switchKen Thompson2009-03-181-48/+48
* add value checks to the other switch - should have done this in prior roundRob Pike2009-03-171-9/+9
* add test for type switchesRob Pike2009-03-171-0/+173