go-v0.0.2
- Add timeout mechanism in consumependings to prevent blocking when sending to receiver channel - Map net/rpc internal errors (ill-formed, can't find service/method) to JSON-RPC 2.0 error code -32601 (MethodNotFound) - Add tests for error code mapping in all three scenarios