This is an automated email from the ASF dual-hosted git repository. alexstocks pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/dubbo-go.git
commit 101e6967116aa1e89a09706af6d1dc569ad78373 Merge: 31194a8 aaa8be3 Author: AlexStocks <[email protected]> AuthorDate: Tue Aug 18 10:54:23 2020 +0800 fix comment error protocol/dubbo/client.go | 4 ++++ 1 file changed, 4 insertions(+) diff --cc protocol/dubbo/client.go index f020ec9,253427f..cd25e0a --- a/protocol/dubbo/client.go +++ b/protocol/dubbo/client.go @@@ -193,7 -193,7 +193,11 @@@ type Response struct atta map[string]string } ++<<<<<<< HEAD +// NewResponse create a new Response. ++======= + // nolint ++>>>>>>> aaa8be31fea3c0fe7ebbc1247cb273e74eaeb83b func NewResponse(reply interface{}, atta map[string]string) *Response { return &Response{ reply: reply,
