From 1bdb1803b9ec0b3434c7038e4c6949d0d4d96c5d Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Fri, 22 Apr 2011 16:26:51 -0700 Subject: [PATCH] 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 --- doc/go_spec.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 @@ - +