From: Rob Pike Date: Tue, 2 Feb 2010 02:59:23 +0000 (-0800) Subject: ...T is now implemented X-Git-Tag: weekly.2010-02-04~31 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=810def8484e36789ca934971d75201cfb59c7bde;p=gostls13.git ...T is now implemented R=rsc, gri CC=golang-dev https://golang.org/cl/198050 --- 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:
  • 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.