From b66df0e9bad6b9dca4935a5128b2f696156c2d8a Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Mon, 11 Mar 2013 09:20:52 -0700 Subject: [PATCH] spec: typed indices must be of integer type The same rules apply for make arguments. R=r, rsc, iant, ken CC=golang-dev https://golang.org/cl/7656043 --- doc/go_spec.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/go_spec.html b/doc/go_spec.html index 992c4718a5..53f079a2f7 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -2513,7 +2513,8 @@ rules apply: If a is not a map: