diff --git a/tools/goctl/rpc/gen/genmain.go b/tools/goctl/rpc/gen/genmain.go index 00680e73..277c20ae 100644 --- a/tools/goctl/rpc/gen/genmain.go +++ b/tools/goctl/rpc/gen/genmain.go @@ -21,7 +21,6 @@ import ( {{.imports}} "github.com/tal-tech/go-zero/core/conf" - "github.com/tal-tech/go-zero/core/logx" "github.com/tal-tech/go-zero/zrpc" "google.golang.org/grpc" )