From: Rob Pike Date: Wed, 25 May 2011 00:58:58 +0000 (+1000) Subject: spec: delete spurious tag. X-Git-Tag: weekly.2011-06-02~122 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2f655c4bb7e2002da4329c9deec9513601172a26;p=gostls13.git spec: delete spurious tag. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/4536082 --- diff --git a/doc/go_spec.html b/doc/go_spec.html index d71da28dec..0c08e1464b 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