diff --git a/doc/go1.16.html b/doc/go1.16.html index ffe274f3bd9198..b3d905c168a731 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -865,9 +865,10 @@

Minor changes to the library

reflect

- StructTag now allows multiple space-separated keys - in key:value pairs, as in `json xml:"field1"` - (equivalent to `json:"field1" xml:"field1"`). + StructTag + now allows multiple space-separated keys in key:value pairs, + as in `json xml:"field1"` (equivalent to + `json:"field1" xml:"field1"`).