diff --git a/doc/go1.16.html b/doc/go1.16.html index 2132cbc9c1d..086557ca48b 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -456,7 +456,11 @@ Do not send CLs removing the interior tags from such phrases.
- TODO: https://golang.org/cl/234818: allow semicolon in field key / struct tag
+ The json
struct field tags understood by
+ Marshal
,
+ Unmarshal
,
+ and related functionality now permit semicolon characters within
+ a JSON object name for a Go struct field.