Fixing build at tip

This commit is contained in:
Scott Lawrence 2012-01-21 00:44:24 +08:00 committed by fiber
parent d64145383b
commit 33fedebc8e
1 changed files with 2 additions and 2 deletions

View File

@ -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"
) )