fixed package name.

This commit is contained in:
mattn 2012-01-25 08:23:44 +08:00 committed by fiber
parent b1bc5ffed0
commit 82e843112f
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"
) )