mirror of
https://github.com/mattn/go-sqlite3.git
synced 2025-06-14 11:21:42 +00:00
fixed package name.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
package sqlite
|
||||
|
||||
import (
|
||||
"exp/sql"
|
||||
"database/sql"
|
||||
"os"
|
||||
"testing"
|
||||
)
|
||||
|
Reference in New Issue
Block a user