From a014bb548c9edab6ac8dd74b56e81433115811b1 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Thu, 27 May 2010 17:23:25 -0700 Subject: 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 http://codereview.appspot.com/1365041 --- doc/go_spec.html | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'doc') diff --git a/doc/go_spec.html b/doc/go_spec.html index aad1f34dd..d5b4af698 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,5 +1,5 @@ - +