summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2010-01-27 13:45:16 -0800
committerRob Pike <r@golang.org>2010-01-27 13:45:16 -0800
commit07f9540f896b848c960fa5b05e76bc48e971efb2 (patch)
tree463f520cf035855b6b2831a57e399954fa3b9f5a
parent52427b6058a0cc427ac9266afc8d0f8056d30a11 (diff)
downloadgo-07f9540f896b848c960fa5b05e76bc48e971efb2.tar.gz
note that ...T is not yet implemented.
R=rsc CC=golang-dev http://codereview.appspot.com/194114
-rw-r--r--doc/go_spec.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/go_spec.html b/doc/go_spec.html
index cd46744b9..e904175ab 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -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>