mirror of
https://github.com/gin-gonic/gin.git
synced 2026-06-30 06:28:20 +08:00
refactor: replace interface{} with any (Go 1.18+)
This commit is contained in:
parent
d75fcd4c9a
commit
07e2b24c06
@ -67,7 +67,7 @@ formatters:
|
||||
settings:
|
||||
gofmt:
|
||||
rewrite-rules:
|
||||
- pattern: 'interface{}'
|
||||
- pattern: 'any'
|
||||
replacement: 'any'
|
||||
exclusions:
|
||||
generated: lax
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user