]> Cypherpunks repositories - gostls13.git/commit
encoding/json: fix UnmarshalTypeError without field and struct values
authorTaesu Pyo <pyotaesu@gmail.com>
Tue, 28 Aug 2018 15:56:10 +0000 (15:56 +0000)
committerDaniel Martí <mvdan@mvdan.cc>
Tue, 28 Aug 2018 16:00:33 +0000 (16:00 +0000)
commit21e85c293d02f8cb243b387b37a3d9c1c16305f7
tree636902acb7b98f3db61d2f2f8e23f0cffbf52aa2
parent422151ad50d03e142dc298a83523d7d8e2d515c5
encoding/json: fix UnmarshalTypeError without field and struct values

Fixes #26444
Fixes #27275

Change-Id: I9e8cbff79f7643ca8964c572c1a98172b6831730
GitHub-Last-Rev: 7eea2158b67ccab34b45a21e8f4289c36de02d93
GitHub-Pull-Request: golang/go#26719
Reviewed-on: https://go-review.googlesource.com/126897
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/encoding/json/decode.go
src/encoding/json/decode_test.go