aboutsummaryrefslogtreecommitdiff
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
commit22a4952bd2dbafb2eda36bfb51bbc4cbda5e564e (patch)
tree65d29968bc26e517a8fa1b56fed4d11fd85ad163
parentc40c974d33e925d3f1f32a1c708fdb55aadcd764 (diff)
downloadgo-22a4952bd2dbafb2eda36bfb51bbc4cbda5e564e.tar.gz
go-22a4952bd2dbafb2eda36bfb51bbc4cbda5e564e.zip
note that ...T is not yet implemented.
R=rsc CC=golang-dev https://golang.org/cl/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 cd46744b9c..e904175ab3 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>