]> Cypherpunks repositories - gostls13.git/commit
Go spec: map indexing never raises a runtime exception.
authorRobert Griesemer <gri@golang.org>
Tue, 23 Mar 2010 21:01:51 +0000 (14:01 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 23 Mar 2010 21:01:51 +0000 (14:01 -0700)
commit29f1ca528b574528cc8e0ececf934b737c75de7d
treee5e59d6ef31fa39a9b6fcb4172a99ccd0d9f8faa
parenta65a56ec1f610a2a6388d8612aea00ffd7048af9
Go spec: map indexing never raises a runtime exception.
Also: Actual map key must be assignment-compatible with
formal map key type.

Fixes #357.

R=r, iant, rsc, ken2
CC=golang-dev
https://golang.org/cl/673042
doc/go_spec.html