From 11d8b155ce228b441b549b694d4e544bf36a462b Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Wed, 7 Mar 2012 22:17:40 -0800 Subject: [PATCH] go_spec: no known implementation differences anymore R=r, rsc, iant, ken CC=golang-dev https://golang.org/cl/5781048 --- doc/go_spec.html | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/doc/go_spec.html b/doc/go_spec.html index ebd79bb8097..04b9b244cef 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

-