Fixing build at tip

This commit is contained in:
Scott Lawrence
2012-01-20 11:44:24 -05:00
parent 5d9fdcab93
commit f082596746

View File

@@ -20,8 +20,8 @@ _sqlite3_bind_blob(sqlite3_stmt *stmt, int n, void *p, int np) {
import "C"
import (
"errors"
"exp/sql"
"exp/sql/driver"
"database/sql"
"database/sql/driver"
"unsafe"
)