format code, and reorg imports (#991)

This commit is contained in:
Kevin Wan
2021-09-04 10:08:49 +08:00
committed by GitHub
parent 2125977281
commit 0325d8e92d
2 changed files with 3 additions and 3 deletions

View File

@@ -2,12 +2,12 @@ package ctx
import (
"errors"
"github.com/tal-tech/go-zero/tools/goctl/util"
"os"
"path/filepath"
"github.com/tal-tech/go-zero/core/jsonx"
"github.com/tal-tech/go-zero/tools/goctl/rpc/execx"
"github.com/tal-tech/go-zero/tools/goctl/util"
)
// Module contains the relative data of go module,