From c91bca4fb499831d1bf62fb2b3019338d5a3eb41 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Thu, 25 Jan 2024 22:36:00 +0900 Subject: update go version to 1.19 --- _example/vtable_eponymous_only/vtable.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_example/vtable_eponymous_only') diff --git a/_example/vtable_eponymous_only/vtable.go b/_example/vtable_eponymous_only/vtable.go index 49fc0b7..9f22ebc 100644 --- a/_example/vtable_eponymous_only/vtable.go +++ b/_example/vtable_eponymous_only/vtable.go @@ -77,7 +77,7 @@ func (vc *seriesCursor) Column(c *sqlite3.SQLiteContext, col int) error { return nil } -func (vc *seriesCursor) Filter(idxNum int, idxStr string, vals []interface{}) error { +func (vc *seriesCursor) Filter(idxNum int, idxStr string, vals []any) error { switch { case len(vals) < 1: vc.seriesTable.start = 0 -- cgit v1.2.3