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.
- - -len(x)
is only a constant if x
is a (qualified) identifier denoting an array or pointer to an array.