aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_test.go
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2014-09-03 09:21:35 +0900
committermattn <mattn.jp@gmail.com>2014-09-03 09:21:35 +0900
commit3ab1d6f3481128cefecd12ab6cc9cfa61b11f2ce (patch)
tree6cefdfd48a57709a121c7e58a80819c791c2d66e /sqlite3_test.go
parentMerge branch 'pr/135' (diff)
parentMerge pull request #140 from pblaszczyk/patch-1 (diff)
downloadgolite-3ab1d6f3481128cefecd12ab6cc9cfa61b11f2ce.tar.gz
golite-3ab1d6f3481128cefecd12ab6cc9cfa61b11f2ce.tar.xz
Merge branch 'master' of https://github.com/mattn/go-sqlite3
Diffstat (limited to 'sqlite3_test.go')
-rw-r--r--sqlite3_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlite3_test.go b/sqlite3_test.go
index 581d289..9cc5a0e 100644
--- a/sqlite3_test.go
+++ b/sqlite3_test.go
@@ -14,7 +14,7 @@ import (
"testing"
"time"
- "./sqlite3_test"
+ "github.com/mattn/go-sqlite3/sqlite3_test"
)
func TempFilename() string {