mirror of
https://github.com/kataras/iris.git
synced 2026-01-04 10:47:20 +00:00
CI: minor: use the new exclude-paths (dependabot PR approved some days ago)
This commit is contained in:
@@ -11,7 +11,7 @@ type Pool struct {
|
||||
}
|
||||
|
||||
// New creates and returns a new context pool.
|
||||
func New(newFunc func() interface{}) *Pool {
|
||||
func New(newFunc func() any) *Pool {
|
||||
return &Pool{pool: &sync.Pool{New: newFunc}}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user