From: Robert Griesemer Date: Fri, 28 May 2010 00:23:25 +0000 (-0700) Subject: go spec: Disallow &a notation to obtain a slice X-Git-Tag: weekly.2010-06-09~71 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=31f2503cde7438d6f4c106ee1738f9602b614c93;p=gostls13.git go spec: Disallow &a notation to obtain a slice from an array; one needs to write a[0:] instead. R=rsc, r, iant, ken2 CC=golang-dev https://golang.org/cl/1365041 --- diff --git a/doc/go_spec.html b/doc/go_spec.html index aad1f34dd6..d5b4af698b 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,5 +1,5 @@ - +