From: Rob Pike Date: Wed, 27 Jan 2010 21:45:16 +0000 (-0800) Subject: note that ...T is not yet implemented. X-Git-Tag: weekly.2010-01-27~9 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=22a4952bd2dbafb2eda36bfb51bbc4cbda5e564e;p=gostls13.git note that ...T is not yet implemented. R=rsc CC=golang-dev https://golang.org/cl/194114 --- 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:
  • Implementation does not honor the restriction on goto statements and targets (no intervening declarations).
  • Method expressions are not implemented.
  • Gccgo allows only one init() function per source file.
  • +
  • Formal parameters with specified type ... T are not implemented.