fix: apply go fix updates (any, range loop, slices, maps)
This commit is contained in:
@@ -176,5 +176,5 @@ func commandPaletteLimit(limit int64) int64 {
|
||||
}
|
||||
|
||||
type scanner interface {
|
||||
Scan(dest ...interface{}) error
|
||||
Scan(dest ...any) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user