Skip to content

Commit 75e16f5

Browse files
committed
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 <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 08b5091 commit 75e16f5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/go1.16.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -865,9 +865,10 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
865865
<dl id="reflect"><dt><a href="/pkg/reflect/">reflect</a></dt>
866866
<dd>
867867
<p><!-- CL 248341, golang.org/issues/40281 -->
868-
<code>StructTag</code> now allows multiple space-separated keys
869-
in key:value pairs, as in <code>`json xml:"field1"`</code>
870-
(equivalent to <code>`json:"field1" xml:"field1"`</code>).
868+
<a href="/pkg/reflect/#StructTag"><code>StructTag</code></a>
869+
now allows multiple space-separated keys in key:value pairs,
870+
as in <code>`json xml:"field1"`</code> (equivalent to
871+
<code>`json:"field1" xml:"field1"`</code>).
871872
</p>
872873
</dd>
873874
</dl><!-- reflect -->

0 commit comments

Comments
 (0)