summaryrefslogtreecommitdiff
path: root/test/varinit.go
AgeCommit message (Collapse)AuthorFilesLines
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+29
2011-09-13Imported Upstream version 60Ondřej Surý1-29/+0
2010-03-30single argument panicRuss Cox1-6/+15
note that sortmain.go has been run through hg gofmt; only the formatting of the day initializers changed. i'm happy to revert that formatting if you'd prefer. stop on error in doc/progs/run R=r CC=golang-dev http://codereview.appspot.com/850041
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