update linter

This commit is contained in:
andrey
2025-11-21 11:58:20 +03:00
parent 22dacb741f
commit 72ef747541
25 changed files with 156 additions and 144 deletions

View File

@@ -10,7 +10,7 @@ var _ config.Value = (*JBytes)(nil)
type JBytes []byte
func (s JBytes) Unmarshal(v interface{}) error {
func (s JBytes) Unmarshal(v any) error {
return JUnmarshal(s.Bytes(), v)
}