From cd7081c7319a65e619eee2335d44490abec96e3f Mon Sep 17 00:00:00 2001 From: crusader Date: Thu, 5 Apr 2018 17:13:26 +0900 Subject: [PATCH] ing --- protocol/json/client_response.go | 1 + 1 file changed, 1 insertion(+) diff --git a/protocol/json/client_response.go b/protocol/json/client_response.go index 2b1559d..2d419ea 100644 --- a/protocol/json/client_response.go +++ b/protocol/json/client_response.go @@ -32,6 +32,7 @@ func (crc *ClientResponseCodec) Result(result interface{}) error { if err := json.Unmarshal(*crc.res.Result, result); nil != err { return err } + return nil } return fmt.Errorf("There is no result")