go/proxyd: Properly handle null results
Both the `Error` and `Result` fields on `RPCRes` had `omitempty` tags, so null results were being swallowed. We didn't catch this in integration tests because JavaScript tolerates missing keys. This is now fixed by using a custom JSON marshaler. Fixes #2049
Showing
go/proxyd/rpc_test.go
0 → 100644
Please register or sign in to comment