Pattern: Missing use of any
Issue: -
Since GO 1.18, interface{}
has an alias: any
. This rule proposes to replace instances of interface{}
with any
.
Pattern: Missing use of any
Issue: -
Since GO 1.18, interface{}
has an alias: any
. This rule proposes to replace instances of interface{}
with any
.