diff --git a/doc/go_spec.html b/doc/go_spec.html index e9f6476a89..13dae09420 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ @@ -1043,8 +1043,8 @@ promoted methods are included in the method set of the struct as follows:

A field declaration may be followed by an optional string literal tag, which becomes an attribute for all the fields in the corresponding -field declaration. The tags are made -visible through a reflection interface +field declaration. An empty tag string is equivalent to an absent tag. +The tags are made visible through a reflection interface and take part in type identity for structs but are otherwise ignored.