diff options
Diffstat (limited to 'sqlite3_opt_vacuum_full.go')
-rw-r--r-- | sqlite3_opt_vacuum_full.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlite3_opt_vacuum_full.go b/sqlite3_opt_vacuum_full.go index 73881a2..7217f95 100644 --- a/sqlite3_opt_vacuum_full.go +++ b/sqlite3_opt_vacuum_full.go @@ -2,7 +2,7 @@ // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file. -// +build vacuum_full +// +build sqlite_vacuum_full package sqlite3 |