aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-07-19 17:13:14 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-07-19 17:13:14 +0100
commit55cd31b37a4cdb81a3cef914acc53f80560c74d0 (patch)
treec619de839d0fa1d888b519798aa8c1dfc102769a /pkg
parentbd587a070753c3f95ff921c83939bdec3a1284b9 (diff)
fixed import
Diffstat (limited to 'pkg')
-rw-r--r--pkg/db/setup_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/db/setup_test.go b/pkg/db/setup_test.go
index a768432..d5f12ba 100644
--- a/pkg/db/setup_test.go
+++ b/pkg/db/setup_test.go
@@ -3,7 +3,7 @@ package db
import (
"testing"
- "github.com/yulqen/datamaps-go/reader"
+ "github.com/yulqen/datamaps-go/pkg/reader"
)
func TestOpenSQLiteFile(t *testing.T) {