Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
acoshift committed Jun 10, 2023
1 parent 3cfdaa9 commit 949afb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/compress/compress.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func (m Compress) ServeHandler(h http.Handler) http.Handler {
}

pool := &sync.Pool{
New: func() interface{} {
New: func() any {
return m.New()
},
}
Expand Down

0 comments on commit 949afb9

Please sign in to comment.