mirror of https://github.com/mattn/go-sqlite3.git
Fixing build at tip
This commit is contained in:
parent
d64145383b
commit
33fedebc8e
|
@ -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