Skip to content

Commit 5fc3392

Browse files
authored
restructure export (#59)
1 parent a947cc8 commit 5fc3392

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.

sqlize.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"path/filepath"
88

99
_ "github.com/pingcap/parser/test_driver" // driver parser
10-
"github.com/sunary/sqlize/avro"
10+
"github.com/sunary/sqlize/export/avro"
1111
sql_builder "github.com/sunary/sqlize/sql-builder"
1212
sql_parser "github.com/sunary/sqlize/sql-parser"
1313
sql_templates "github.com/sunary/sqlize/sql-templates"

0 commit comments

Comments
 (0)