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

@@ -5,7 +5,7 @@ import (
)
// Field create field.
func Field(key string, value interface{}) field.Field {
func Field(key string, value any) field.Field {
return field.Any(key, value)
}