aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2010-02-01 18:59:23 -0800
committerRob Pike <r@golang.org>2010-02-01 18:59:23 -0800
commit810def8484e36789ca934971d75201cfb59c7bde (patch)
tree1efeee6e34dce867076767785ff0edd4cfbde826
parent75187e5ca3a9f682898cc3a7adce06d0d44483d8 (diff)
downloadgo-810def8484e36789ca934971d75201cfb59c7bde.tar.gz
go-810def8484e36789ca934971d75201cfb59c7bde.zip
...T is now implemented
R=rsc, gri CC=golang-dev https://golang.org/cl/198050
-rw-r--r--doc/go_spec.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/go_spec.html b/doc/go_spec.html
index e904175ab3..cd46744b9c 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -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>