]> Cypherpunks repositories - gostls13.git/commitdiff
go_spec: no known implementation differences anymore
authorRobert Griesemer <gri@golang.org>
Thu, 8 Mar 2012 06:17:40 +0000 (22:17 -0800)
committerRobert Griesemer <gri@golang.org>
Thu, 8 Mar 2012 06:17:40 +0000 (22:17 -0800)
R=r, rsc, iant, ken
CC=golang-dev
https://golang.org/cl/5781048

doc/go_spec.html

index ebd79bb80974e6bbcb1262ec4536a64661f7477b..04b9b244cef56a347138f33e76c225a29e3af9c2 100644 (file)
@@ -1,6 +1,6 @@
 <!--{
        "Title": "The Go Programming Language Specification",
-       "Subtitle": "Version of March 1, 2012",
+       "Subtitle": "Version of March 7, 2012",
        "Path": "/ref/spec"
 }-->
 
@@ -5499,9 +5499,3 @@ The following minimal alignment properties are guaranteed:
 <p>
 A struct or array type has size zero if it contains no fields (or elements, respectively) that have a size greater than zero. Two distinct zero-size variables may have the same address in memory.
 </p>
-
-
-<h2 id="Implementation_differences">Implementation differences - TODO</h2>
-<ul>
-       <li><span class="alert"><code>len(x)</code> is only a constant if <code>x</code> is a (qualified) identifier denoting an array or pointer to an array.</span></li>
-</ul>