update lint
Some checks failed
Go Action / lint (push) Has been cancelled
Go Action / lint (pull_request) Has been cancelled

This commit is contained in:
2025-12-23 20:59:06 +03:00
parent b35976ce7b
commit 1637fb5119
20 changed files with 345 additions and 324 deletions

View File

@@ -4,7 +4,7 @@ import "sync"
//nolint:gochecknoglobals
var pool = sync.Pool{
New: func() interface{} {
New: func() any {
return New()
},
}