1
0
mirror of https://github.com/golang/go synced 2024-11-21 18:14:42 -07:00

...T is now implemented

R=rsc, gri
CC=golang-dev
https://golang.org/cl/198050
This commit is contained in:
Rob Pike 2010-02-01 18:59:23 -08:00
parent 75187e5ca3
commit 810def8484

View File

@ -4778,5 +4778,4 @@ 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>