From 835dea39a656a4695b266692ef1468b2ceffddea Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Sun, 5 Mar 2017 22:18:56 +0900 Subject: [PATCH] vtable is not default --- sqlite3_vtable.go | 1 + 1 file changed, 1 insertion(+) diff --git a/sqlite3_vtable.go b/sqlite3_vtable.go index e86a06b..54671af 100644 --- a/sqlite3_vtable.go +++ b/sqlite3_vtable.go @@ -2,6 +2,7 @@ // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file. +// +build vtable package sqlite3