We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b5091 commit 75e16f5Copy full SHA for 75e16f5
doc/go1.16.html
@@ -865,9 +865,10 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
865
<dl id="reflect"><dt><a href="/pkg/reflect/">reflect</a></dt>
866
<dd>
867
<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>).
+ <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
871
+ <code>`json:"field1" xml:"field1"`</code>).
872
</p>
873
</dd>
874
</dl><!-- reflect -->
0 commit comments