summaryrefslogtreecommitdiff
path: root/test/ken/range.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
* delete all uses of panicln by rewriting them using panic or,Rob Pike2010-03-241-49/+58
* make test/ken safe for optional semisRobert Griesemer2009-12-101-6/+3
* removed a:b in range syntaxKen Thompson2009-01-261-4/+4
* new new & makeRuss Cox2009-01-061-2/+2
* change *map to map; *chan to chan; new(T) to new(*T)Russ Cox2008-12-191-1/+1
* arraysKen Thompson2008-12-181-1/+1
* range clause must have = or :=Ken Thompson2008-12-151-6/+6
* range statementKen Thompson2008-12-051-0/+113