]> Cypherpunks repositories - gostls13.git/commit
json: don't indirect before testing for custom unmarshaler
authorRob Pike <r@golang.org>
Mon, 8 Nov 2010 23:33:00 +0000 (15:33 -0800)
committerRob Pike <r@golang.org>
Mon, 8 Nov 2010 23:33:00 +0000 (15:33 -0800)
commite9c901dbf4673443cc151d2e53100c0ebff48a44
tree34a1d9b0cab22ecfdb1867efec2d77ac76a4fa79
parent9f19392f1ab275ad97454477a64ed1a016edc30f
json: don't indirect before testing for custom unmarshaler
Fixes #1260.

R=gri
CC=golang-dev
https://golang.org/cl/2994041
src/pkg/json/decode.go
src/pkg/json/decode_test.go