diff --git a/doc/go1.16.html b/doc/go1.16.html index ffe274f3bd..b3d905c168 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -865,9 +865,10 @@ func TestFoo(t *testing.T) {
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"`).