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/vtable.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_example/vtable/vtable.go') 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 } -- cgit v1.2.3