From: Robert Griesemer Date: Mon, 23 May 2011 21:12:42 +0000 (-0700) Subject: go spec: clarify rules for shifts X-Git-Tag: weekly.2011-06-02~136 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=32d127823fcd2f9cc790157acbe1781c17ded149;p=gostls13.git go spec: clarify rules for shifts Note: This is not a spec change. The spec was not clear on the result type of constant shift expressions. Made it more explicit and added additional examples. Also: Remove paragraph on send expressions (they are statements, now). Fixes #1708. R=rsc, r, iant, r CC=golang-dev https://golang.org/cl/4517074 --- diff --git a/doc/go_spec.html b/doc/go_spec.html index 5f8b5e6ba9..7ad90dd129 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,5 +1,5 @@ - +