]> Cypherpunks repositories - gostls13.git/commit
Allow indexing of slice types, but not pointer to slice type.
authorRuss Cox <rsc@golang.org>
Thu, 25 Jun 2009 21:43:55 +0000 (14:43 -0700)
committerRuss Cox <rsc@golang.org>
Thu, 25 Jun 2009 21:43:55 +0000 (14:43 -0700)
commiteaa92e027b005139e8c5c982d70b585a8940125c
tree5904c61f18d1142dadde2ed1eb18dc2792521e10
parent4866223c2e1e8f9722c6b990a8d5ee9edadd0c1b
Allow indexing of slice types, but not pointer to slice type.
Allow indexing of string type, but not pointer to string type.
Do not allow indexing of pointer to map type.

R=r
DELTA=18  (14 added, 0 deleted, 4 changed)
OCL=30586
CL=30754
doc/go_spec.html