diff options
Diffstat (limited to '_example/vtable/vtable.go')
-rw-r--r-- | _example/vtable/vtable.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_example/vtable/vtable.go b/_example/vtable/vtable.go index 10d12a9..c65535b 100644 --- a/_example/vtable/vtable.go +++ b/_example/vtable/vtable.go @@ -93,7 +93,7 @@ func (vc *ghRepoCursor) Column(c *sqlite3.SQLiteContext, col int) error { return nil } -func (vc *ghRepoCursor) Filter(idxNum int, idxStr string, vals []interface{}) error { +func (vc *ghRepoCursor) Filter(idxNum int, idxStr string, vals []any) error { vc.index = 0 return nil } |