reorg imports, format code (#1024)

This commit is contained in:
Kevin Wan
2021-09-11 21:28:47 +08:00
committed by GitHub
parent 5b9bdc8d02
commit 0b6bc69afa
7 changed files with 2 additions and 9 deletions

View File

@@ -6,11 +6,10 @@ import (
"path/filepath"
"runtime"
"github.com/urfave/cli"
"github.com/tal-tech/go-zero/tools/goctl/rpc/generator"
"github.com/tal-tech/go-zero/tools/goctl/util"
"github.com/tal-tech/go-zero/tools/goctl/util/env"
"github.com/urfave/cli"
)
// RPC is to generate rpc service code from a proto file by specifying a proto file using flag src,