diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2017-03-05 23:02:06 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2017-03-05 23:02:06 +0900 |
commit | eac1dfa2a61ebccaa117538a5bb12044f6700cd0 (patch) | |
tree | c76fc6e4371a020004a0913f4d560e281d22c1dd | |
parent | golint (diff) | |
download | golite-eac1dfa2a61ebccaa117538a5bb12044f6700cd0.tar.gz golite-eac1dfa2a61ebccaa117538a5bb12044f6700cd0.tar.xz |
fix test
-rw-r--r-- | sqlite3_vtable_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sqlite3_vtable_test.go b/sqlite3_vtable_test.go index 31fb506..e0e6350 100644 --- a/sqlite3_vtable_test.go +++ b/sqlite3_vtable_test.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 |