mirror of
https://github.com/kataras/iris.git
synced 2026-01-26 05:15:56 +00:00
CI: minor: use the new exclude-paths (dependabot PR approved some days ago)
This commit is contained in:
@@ -127,7 +127,7 @@ type ResponseWriterWriteTo interface {
|
||||
// | Response Writer Implementation |
|
||||
// +------------------------------------------------------------+
|
||||
|
||||
var rpool = sync.Pool{New: func() interface{} { return &responseWriter{} }}
|
||||
var rpool = sync.Pool{New: func() any { return &responseWriter{} }}
|
||||
|
||||
// AcquireResponseWriter returns a new *ResponseWriter from the pool.
|
||||
// Releasing is done automatically when request and response is done.
|
||||
|
||||
Reference in New Issue
Block a user