mirror of
https://github.com/kataras/iris.git
synced 2026-01-07 12:07:28 +00:00
CI: minor: use the new exclude-paths (dependabot PR approved some days ago)
This commit is contained in:
@@ -17,7 +17,7 @@ var Recorder = func(ctx *Context) {
|
||||
ctx.Next()
|
||||
}
|
||||
|
||||
var rrpool = sync.Pool{New: func() interface{} { return &ResponseRecorder{} }}
|
||||
var rrpool = sync.Pool{New: func() any { return &ResponseRecorder{} }}
|
||||
|
||||
// AcquireResponseRecorder returns a new *AcquireResponseRecorder from the pool.
|
||||
// Releasing is done automatically when request and response is done.
|
||||
|
||||
Reference in New Issue
Block a user