Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify server JSON handler code for RPC methods (#36)
* Simplify server JSON handler code for RPC methods * Shorten generated code: Move defer-panic up to the .ServeHTTP() method No need to define defer-panic in JSON handler for each generated RPC method, since the generated Go methods are private and called only from within .ServerHTTP().
- Loading branch information