forked from mirror/go-sqlcipher
Fixing build at tip
This commit is contained in:
parent
5d9fdcab93
commit
f082596746
|
@ -20,8 +20,8 @@ _sqlite3_bind_blob(sqlite3_stmt *stmt, int n, void *p, int np) {
|
||||||
import "C"
|
import "C"
|
||||||
import (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
"exp/sql"
|
"database/sql"
|
||||||
"exp/sql/driver"
|
"database/sql/driver"
|
||||||
"unsafe"
|
"unsafe"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue