]> Cypherpunks repositories - gostls13.git/commitdiff
note that ...T is not yet implemented.
authorRob Pike <r@golang.org>
Wed, 27 Jan 2010 21:45:16 +0000 (13:45 -0800)
committerRob Pike <r@golang.org>
Wed, 27 Jan 2010 21:45:16 +0000 (13:45 -0800)
R=rsc
CC=golang-dev
https://golang.org/cl/194114

doc/go_spec.html

index cd46744b9c5169c50d492ddc52e76ea5701adde3..e904175ab3e24c2171fbac4abc7e6c6667fa5345 100644 (file)
@@ -4778,4 +4778,5 @@ The following minimal alignment properties are guaranteed:
        <li><span class="alert">Implementation does not honor the restriction on goto statements and targets (no intervening declarations).</span></li>
        <li><span class="alert">Method expressions are not implemented.</span></li>
        <li><span class="alert">Gccgo allows only one init() function per source file.</span></li>
+       <li>Formal parameters with specified type <code>... T</code> are not implemented.</li>
 </ul>