]> Cypherpunks repositories - gostls13.git/commit
doc/go1.14: document json.Umarshal map key support of TextUnmarshaler
authorShihCheng Tu <mrtoastcheng@gmail.com>
Sun, 14 Jun 2020 16:07:10 +0000 (00:07 +0800)
committerDaniel Martí <mvdan@mvdan.cc>
Thu, 27 Aug 2020 09:47:26 +0000 (09:47 +0000)
commit47b450997778163dfed6f58cae379d928fc37687
tree0f63526e8383fdf1ed814b1bacee03aea4e256d4
parente9ad52e46dee4b4f9c73ff44f44e1e234815800f
doc/go1.14: document json.Umarshal map key support of TextUnmarshaler

Document that json.Unmarshal supports map keys whose underlying
types implement encoding.TextUnmarshaler.

Fixes #38801

Change-Id: Icb9414e9067517531ba0da910bd4a2bb3daace65
Reviewed-on: https://go-review.googlesource.com/c/go/+/237857
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
doc/go1.14.html