diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-07-19 17:13:14 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-07-19 17:13:14 +0100 |
commit | 55cd31b37a4cdb81a3cef914acc53f80560c74d0 (patch) | |
tree | c619de839d0fa1d888b519798aa8c1dfc102769a /pkg | |
parent | bd587a070753c3f95ff921c83939bdec3a1284b9 (diff) |
fixed import
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/db/setup_test.go | 2 |
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) { |