Skip to content

Commit 6045875

Browse files
committed
style: format imports with gci
1 parent 76eb123 commit 6045875

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

cmd/gf/internal/cmd/cmd_z_unit_gen_dao_issue_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import (
1111
"path/filepath"
1212
"testing"
1313

14+
"github.com/gogf/gf/cmd/gf/v2/internal/cmd/gendao"
1415
"github.com/gogf/gf/v2/database/gdb"
1516
"github.com/gogf/gf/v2/frame/g"
1617
"github.com/gogf/gf/v2/os/gcfg"
@@ -19,8 +20,6 @@ import (
1920
"github.com/gogf/gf/v2/text/gstr"
2021
"github.com/gogf/gf/v2/util/guid"
2122
"github.com/gogf/gf/v2/util/gutil"
22-
23-
"github.com/gogf/gf/cmd/gf/v2/internal/cmd/gendao"
2423
)
2524

2625
// https://github.com/gogf/gf/issues/2572

0 commit comments

Comments
 (0)