Merge pull request #140 from pblaszczyk/patch-1
Fix for sqlite3_test import.
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
|||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"./sqlite3_test"
|
"github.com/mattn/go-sqlite3/sqlite3_test"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TempFilename() string {
|
func TempFilename() string {
|
||||||
|
|||||||
Reference in New Issue
Block a user