We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ef65a commit e0a203cCopy full SHA for e0a203c
tools/goctl/rpc/generator/gen.go
@@ -1,7 +1,6 @@
1
package generator
2
3
import (
4
- "fmt"
5
"path/filepath"
6
7
"github.com/zeromicro/go-zero/tools/goctl/rpc/parser"
@@ -44,8 +43,6 @@ func (g *Generator) Generate(zctx *ZRpcContext) error {
44
43
return err
45
}
46
47
- fmt.Println("rpc name:", zctx.RpcName)
48
-
49
err = pathx.MkdirIfNotExist(abs)
50
if err != nil {
51
0 commit comments