summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug012.go
AgeCommit message (Collapse)AuthorFilesLines
2009-09-14fix "declared and not used" in tests;Russ Cox1-0/+1
also template/template.go, missed last time. R=r DELTA=116 (61 added, 10 deleted, 45 changed) OCL=34620 CL=34622
2008-08-11fix bug depot:Rob Pike1-3/+3
1) fix print statements, panic statements (parentheses required) 2) len is now allowed as a var name (bug053) R=gri OCL=14106 CL=14106
2008-08-11code in bug was wrong; correct and improve. works now.Rob Pike1-2/+4
R=gri OCL=14088 CL=14088
2008-06-06check in the bugs and fixed bugsRob Pike1-0/+23
SVN=121543