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 2cab203 commit 404635cCopy full SHA for 404635c
doc/go1.14.html
@@ -609,6 +609,12 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
609
If a program needs to accept invalid numbers like the empty string,
610
consider wrapping the type with <a href="/pkg/encoding/json/#Unmarshaler"><code>Unmarshaler</code></a>.
611
</p>
612
+
613
+ <p><!-- CL 200237 -->
614
+ <a href="/pkg/encoding/json/#Unmarshal"><code>Unmarshal</code></a>
615
+ can now support map keys with string underlying type which implement
616
+ <a href="/pkg/encoding/#TextUnmarshaler"><code>encoding.TextUnmarshaler</code></a>.
617
+ </p>
618
</dd>
619
</dl><!-- encoding/json -->
620
0 commit comments