Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Dec 19, 2018
1 parent 56ad8ad commit 15d0fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func (c *Context) Reset() {
c.Params = nil
c.handlers = nil
c.Resp = &c.writer
c.Errors = c.Errors[0:0]
c.Errors = c.Errors[:0]
// c.Accepted = nil
}

Expand Down

0 comments on commit 15d0fd9

Please sign in to comment.