fixed package name.

This commit is contained in:
mattn 2012-01-25 09:23:44 +09:00
parent 78af0c22f5
commit 7c18f62cf1
1 changed files with 1 additions and 1 deletions

View File

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