reorg imports

This commit is contained in:
kevin
2020-08-20 10:46:39 +08:00
parent 2d8366b30e
commit 267a283328
3 changed files with 3 additions and 6 deletions

View File

@@ -5,14 +5,13 @@ import (
"path/filepath"
"strings"
"github.com/urfave/cli"
"github.com/tal-tech/go-zero/core/collection"
"github.com/tal-tech/go-zero/core/logx"
"github.com/tal-tech/go-zero/core/stores/sqlx"
"github.com/tal-tech/go-zero/tools/goctl/model/sql/gen"
"github.com/tal-tech/go-zero/tools/goctl/model/sql/model"
"github.com/tal-tech/go-zero/tools/goctl/util/console"
"github.com/urfave/cli"
)
const (