fixed package name.

This commit is contained in:
mattn
2012-01-25 09:23:44 +09:00
parent 78af0c22f5
commit 7c18f62cf1

View File

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