Skip to content
Snippets Groups Projects
Commit 12b6d6aa authored by AlexStocks's avatar AlexStocks
Browse files

Fix: comment error

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