From c134718611c424ead65eb8753855dd5487c52630 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Fri, 29 Apr 2011 12:20:31 -0700 Subject: [PATCH] undo CL 4428057 / 19e540fc7d7d MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The CL introduces inconsistencies with respect to the use of parentheses/grouping of receive operations. ««« original CL description spec: narrow syntax for expression and select statements This is not a language change, it simply expresses the accepted cases explicitly in the respective productions. R=rsc, r, iant CC=golang-dev https://golang.org/cl/4428057 »»» R=golang-dev, rsc1 CC=golang-dev https://golang.org/cl/4444080 --- doc/go_spec.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/go_spec.html b/doc/go_spec.html index b287471cff..886f89d126 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,5 +1,5 @@ - +