]> Cypherpunks repositories - gostls13.git/commit
Propagate error to the caller in json.Marshal. Fixes issue 445.
authorIvan Krasin <krasin@golang.org>
Wed, 6 Jan 2010 15:25:17 +0000 (07:25 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 6 Jan 2010 15:25:17 +0000 (07:25 -0800)
commite324e4099fd063319d31dba25b9c733c294ad9bd
treea0bb47edf5570d8d324d8498037e58d99cb96cf9
parent4846702db4eb4effca549c614028e2e2379e171d
Propagate error to the caller in json.Marshal. Fixes issue 445.

R=rsc, imkrasin
CC=golang-dev
https://golang.org/cl/179125
src/pkg/json/struct.go
src/pkg/json/struct_test.go