Skip to content
Snippets Groups Projects
Commit 101e6967 authored by AlexStocks's avatar AlexStocks
Browse files

fix comment error

parents 31194a85 aaa8be31
No related branches found
No related tags found
No related merge requests found
...@@ -193,7 +193,11 @@ type Response struct { ...@@ -193,7 +193,11 @@ type Response struct {
atta map[string]string atta map[string]string
} }
<<<<<<< HEAD
// NewResponse create a new Response. // NewResponse create a new Response.
=======
// nolint
>>>>>>> aaa8be31fea3c0fe7ebbc1247cb273e74eaeb83b
func NewResponse(reply interface{}, atta map[string]string) *Response { func NewResponse(reply interface{}, atta map[string]string) *Response {
return &Response{ return &Response{
reply: reply, reply: reply,
......
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