0
0
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:
mattn
2012-01-25 09:23:44 +09:00
parent 78af0c22f5
commit 7c18f62cf1

@ -1,7 +1,7 @@
package sqlite
import (
"exp/sql"
"database/sql"
"os"
"testing"
)