From: Tobias Klauser Date: Tue, 15 Dec 2020 16:48:38 +0000 (+0100) Subject: doc/go1.16: add link to reflect.StructTag X-Git-Tag: go1.16beta1~6 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=75e16f5127;p=gostls13.git doc/go1.16: add link to reflect.StructTag For #40700. Change-Id: I67dd55b435304e428929c9a54b8881f9b78efdfb Reviewed-on: https://go-review.googlesource.com/c/go/+/278392 Trust: Tobias Klauser Reviewed-by: Ian Lance Taylor --- 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"`).