mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 10:27:06 +00:00
update dependencies
This commit is contained in:
@@ -64,7 +64,7 @@ func newCustomFormatter(delim byte, blank string) *customFormatter {
|
||||
func (f *customFormatter) SetOutput(dest io.Writer) {
|
||||
f.w = dest
|
||||
f.bufPool = &sync.Pool{
|
||||
New: func() interface{} {
|
||||
New: func() any {
|
||||
return new(bytes.Buffer)
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user