Skip to content
Snippets Groups Projects
Commit 25281bf9 authored by lihaowei's avatar lihaowei Committed by AlexStocks
Browse files

add nolint

parent 2791895b
No related branches found
No related tags found
No related merge requests found
......@@ -193,7 +193,7 @@ type Response struct {
atta map[string]string
}
// NewResponse create a new Response.
// nolint
func NewResponse(reply interface{}, atta map[string]string) *Response {
return &Response{
reply: reply,
......
......@@ -82,7 +82,7 @@ func (p *DubboPackage) Marshal() (*bytes.Buffer, error) {
return bytes.NewBuffer(pkg), nil
}
// Unmarshal decode hessian package.
// Unmarshal decodes hessian package.
func (p *DubboPackage) Unmarshal(buf *bytes.Buffer, opts ...interface{}) error {
// fix issue https://github.com/apache/dubbo-go/issues/380
bufLen := buf.Len()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment