From: Robert Griesemer Date: Thu, 8 Mar 2012 06:17:40 +0000 (-0800) Subject: go_spec: no known implementation differences anymore X-Git-Tag: weekly.2012-03-13~97 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=11d8b155ce228b441b549b694d4e544bf36a462b;p=gostls13.git go_spec: no known implementation differences anymore R=r, rsc, iant, ken CC=golang-dev https://golang.org/cl/5781048 --- diff --git a/doc/go_spec.html b/doc/go_spec.html index ebd79bb809..04b9b244ce 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ @@ -5499,9 +5499,3 @@ The following minimal alignment properties are guaranteed:

A struct or array type has size zero if it contains no fields (or elements, respectively) that have a size greater than zero. Two distinct zero-size variables may have the same address in memory.

- - -

Implementation differences - TODO

-