From 32d127823fcd2f9cc790157acbe1781c17ded149 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Mon, 23 May 2011 14:12:42 -0700 Subject: [PATCH] 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 --- doc/go_spec.html | 67 ++++++++++++++++++++++++++---------------------- 1 file changed, 36 insertions(+), 31 deletions(-) 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 @@ - +