From: Robert Griesemer Date: Mon, 2 May 2011 16:16:31 +0000 (-0700) Subject: go spec: restricted expressions may still be parenthesized X-Git-Tag: weekly.2011-05-22~177 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6af887ec0303ade5ef5fde72fba5c28f72907685;p=gostls13.git go spec: restricted expressions may still be parenthesized No language change. - added a few examples with parentheses - added a corresponding sentence to assignments (this explicitly permits: (_) = 0, currently allowed by 6g, gofmt, but marked as an error by gccgo). R=rsc, r, iant CC=golang-dev https://golang.org/cl/4446071 --- diff --git a/doc/go_spec.html b/doc/go_spec.html index 886f89d126..e8f7894dbc 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,5 +1,5 @@ - +