Merge pull request #140 from pblaszczyk/patch-1

Fix for sqlite3_test import.
This commit is contained in:
mattn 2014-08-21 09:56:28 +09:00
commit abd3d9caef
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import (
"testing" "testing"
"time" "time"
"./sqlite3_test" "github.com/mattn/go-sqlite3/sqlite3_test"
) )
func TempFilename() string { func TempFilename() string {