summaryrefslogtreecommitdiff
path: root/test/ken/range.go
AgeCommit message (Expand)AuthorFilesLines
2009-01-26removed a:b in range syntaxKen Thompson1-4/+4
2009-01-06new new & makeRuss Cox1-2/+2
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-1/+1
2008-12-18arraysKen Thompson1-1/+1
2008-12-15range clause must have = or :=Ken Thompson1-6/+6
2008-12-05range statementKen Thompson1-0/+113