From: Robert Griesemer Date: Fri, 22 Oct 2010 15:58:52 +0000 (-0700) Subject: go spec: relaxed syntax for array, slice, and map composite literals X-Git-Tag: weekly.2010-10-27~44 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a12141e5f4e905045dca5dff2669b64d9b93788f;p=gostls13.git go spec: relaxed syntax for array, slice, and map composite literals For elements which are themselves composite literals, the type may be omitted if it is identical to the element type of the containing composite literal. R=r, rsc, iant, ken2 CC=golang-dev https://golang.org/cl/2661041 --- diff --git a/doc/go_spec.html b/doc/go_spec.html index 2373490c24..41368309de 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,5 +1,5 @@ - +