From 2f655c4bb7e2002da4329c9deec9513601172a26 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Wed, 25 May 2011 10:58:58 +1000 Subject: [PATCH] spec: delete spurious tag. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/4536082 --- doc/go_spec.html | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/go_spec.html b/doc/go_spec.html index d71da28decc..0c08e1464b9 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1180,7 +1180,6 @@ maps grow to accommodate the number of items stored in them, with the exception of nil maps. A nil map is equivalent to an empty map except that no elements may be added. -

Channel types