Fix for sqlite3_test import.

This commit is contained in:
Paweł Błaszczyk 2014-08-20 16:13:15 +02:00
parent 72cb8db627
commit abf79dbdd5
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 {