aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2020-12-15 17:48:38 +0100
committerTobias Klauser <tobias.klauser@gmail.com>2020-12-16 09:01:04 +0000
commit75e16f5127eb6affb4b473c93565a8d29a802e51 (patch)
treedeb759e52b90e18ec3322d699e2b9898bfaec233 /doc
parent08b5091d03621527d57da7e1ab30584dee167e6d (diff)
downloadgo-75e16f5127eb6affb4b473c93565a8d29a802e51.tar.gz
go-75e16f5127eb6affb4b473c93565a8d29a802e51.zip
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 <tobias.klauser@gmail.com> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.16.html7
1 files changed, 4 insertions, 3 deletions
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) {
<dl id="reflect"><dt><a href="/pkg/reflect/">reflect</a></dt>
<dd>
<p><!-- CL 248341, golang.org/issues/40281 -->
- <code>StructTag</code> now allows multiple space-separated keys
- in key:value pairs, as in <code>`json xml:"field1"`</code>
- (equivalent to <code>`json:"field1" xml:"field1"`</code>).
+ <a href="/pkg/reflect/#StructTag"><code>StructTag</code></a>
+ now allows multiple space-separated keys in key:value pairs,
+ as in <code>`json xml:"field1"`</code> (equivalent to
+ <code>`json:"field1" xml:"field1"`</code>).
</p>
</dd>
</dl><!-- reflect -->