refactor: replace interface{} with any (Go 1.18+)

This commit is contained in:
Md Mushfiqur Rahim 2026-06-15 16:05:06 +06:00
parent d75fcd4c9a
commit 07e2b24c06

View File

@ -67,7 +67,7 @@ formatters:
settings:
gofmt:
rewrite-rules:
- pattern: 'interface{}'
- pattern: 'any'
replacement: 'any'
exclusions:
generated: lax