diff options
Diffstat (limited to 'sqlite3_other.go')
-rw-r--r-- | sqlite3_other.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlite3_other.go b/sqlite3_other.go index 58030db..96fb194 100644 --- a/sqlite3_other.go +++ b/sqlite3_other.go @@ -1,6 +1,6 @@ // +build !windows -package sqlite +package sqlite3 /* #cgo pkg-config: sqlite3 |