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