zouyx commented on a change in pull request #704:
URL: https://github.com/apache/dubbo-go/pull/704#discussion_r467541626



##########
File path: protocol/dubbo/client.go
##########
@@ -193,7 +193,7 @@ type Response struct {
        atta  map[string]string
 }
 
-// NewResponse  create a new Response.
+// NewResponse create a new Response.

Review comment:
       ```suggestion
   // NewResponse creates a new Response.
   ```
   
   or // no lint

##########
File path: protocol/dubbo/codec.go
##########
@@ -82,7 +82,7 @@ func (p *DubboPackage) Marshal() (*bytes.Buffer, error) {
        return bytes.NewBuffer(pkg), nil
 }
 
-// Unmarshal dncode hessian package.
+// Unmarshal decode hessian package.

Review comment:
       ```suggestion
   // Unmarshal decodes hessian package.
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to