summaryrefslogtreecommitdiff
path: root/test/varinit.go
AgeCommit message (Collapse)AuthorFilesLines
2009-08-17fix up some irregular indentationRob Pike1-10/+10
R=rsc OCL=33382 CL=33391
2008-11-17The scope rules have been clarified to indicate that aIan Lance Taylor1-0/+20
variable may only be named after the complete declaration, including the initialization statements. R=gri DELTA=61 (16 added, 45 deleted, 0 changed) OCL=19343 CL=19376