From 6af887ec0303ade5ef5fde72fba5c28f72907685 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Mon, 2 May 2011 09:16:31 -0700 Subject: [PATCH] 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 --- doc/go_spec.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 @@ - +