mirror of
https://github.com/kataras/iris.git
synced 2025-12-20 03:17:04 +00:00
update dependencies
This commit is contained in:
@@ -34,7 +34,7 @@ type CSV struct {
|
||||
func (f *CSV) SetOutput(dest io.Writer) {
|
||||
f.ac, _ = dest.(*AccessLog)
|
||||
f.writerPool = &sync.Pool{
|
||||
New: func() interface{} {
|
||||
New: func() any {
|
||||
return csv.NewWriter(dest)
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user