diff options
Diffstat (limited to 'sqlite3_opt_introspect.go')
-rw-r--r-- | sqlite3_opt_introspect.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sqlite3_opt_introspect.go b/sqlite3_opt_introspect.go index 6512b2b..cd2e540 100644 --- a/sqlite3_opt_introspect.go +++ b/sqlite3_opt_introspect.go @@ -4,6 +4,7 @@ // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file. +//go:build sqlite_introspect // +build sqlite_introspect package sqlite3 |