From: Robert Griesemer Date: Fri, 22 Apr 2011 23:26:51 +0000 (-0700) Subject: go spec: for map types, mention indexing operations X-Git-Tag: weekly.2011-04-27~58 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1bdb1803b9ec0b3434c7038e4c6949d0d4d96c5d;p=gostls13.git go spec: for map types, mention indexing operations (like we do for arrays and slices). Suggested by mathieu.lonjaret@gmail.com . R=r, rsc, iant CC=golang-dev https://golang.org/cl/4442074 --- diff --git a/doc/go_spec.html b/doc/go_spec.html index 38a9877bf2..886f89d126 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,5 +1,5 @@ - +