]> Cypherpunks repositories - gostls13.git/commit
A quick fix to ensure that json.Marshal returns errors correctly, as well as some...
authorMichael Hoisie <hoisie@gmail.com>
Tue, 24 Nov 2009 21:18:44 +0000 (13:18 -0800)
committerRuss Cox <rsc@golang.org>
Tue, 24 Nov 2009 21:18:44 +0000 (13:18 -0800)
commit9da8d88499be77bd7733af21d698117e897f6b3d
tree0cd9df702c5a2d65366ec8c71d1419ee0fa58e83
parent5f484ec118ebcfe752b94a1fbc53026579a8b792
A quick fix to ensure that json.Marshal returns errors correctly, as well as some error-related tests

R=rsc
https://golang.org/cl/157151
src/pkg/json/struct.go
src/pkg/json/struct_test.go