We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76eb123 commit 6045875Copy full SHA for 6045875
1 file changed
cmd/gf/internal/cmd/cmd_z_unit_gen_dao_issue_test.go
@@ -11,6 +11,7 @@ import (
11
"path/filepath"
12
"testing"
13
14
+ "github.com/gogf/gf/cmd/gf/v2/internal/cmd/gendao"
15
"github.com/gogf/gf/v2/database/gdb"
16
"github.com/gogf/gf/v2/frame/g"
17
"github.com/gogf/gf/v2/os/gcfg"
@@ -19,8 +20,6 @@ import (
19
20
"github.com/gogf/gf/v2/text/gstr"
21
"github.com/gogf/gf/v2/util/guid"
22
"github.com/gogf/gf/v2/util/gutil"
-
23
- "github.com/gogf/gf/cmd/gf/v2/internal/cmd/gendao"
24
)
25
26
// https://github.com/gogf/gf/issues/2572
0 commit comments