]> Cypherpunks repositories - gostls13.git/commit
go spec: Disallow &a notation to obtain a slice
authorRobert Griesemer <gri@golang.org>
Fri, 28 May 2010 00:23:25 +0000 (17:23 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 28 May 2010 00:23:25 +0000 (17:23 -0700)
commit31f2503cde7438d6f4c106ee1738f9602b614c93
treed921db21a175f34f223c67d32639eb8c0fce2173
parent1fda1323d49b25ab8c757b70066bb0b6376698e1
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
doc/go_spec.html