Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
LGTM I like that the grammar's semicolon rules make switch { Foo: case 1: bar() } (mistake: Foo: should be after the case statement) a syntax error.
*** Submitted as http://code.google.com/p/go/source/detail?r=baf75e1c5625 *** go/printer, gofmt: fix printing of labels, apply gofmt to src, misc Fixes issue 752. R=rsc CC=golang-dev http://codereview.appspot.com/1240044 Committer: Robert Griesemer <gri@golang.org>