diff --git a/cmd/kratos/internal/proto/proto.go b/cmd/kratos/internal/proto/proto.go index c23e5a834..4b9c858b9 100644 --- a/cmd/kratos/internal/proto/proto.go +++ b/cmd/kratos/internal/proto/proto.go @@ -13,7 +13,6 @@ var CmdProto = &cobra.Command{ Use: "proto", Short: "Generate the proto files", Long: "Generate the proto files.", - Run: run, } func init() { @@ -21,6 +20,3 @@ func init() { CmdProto.AddCommand(client.CmdClient) CmdProto.AddCommand(server.CmdServer) } - -func run(cmd *cobra.Command, args []string) { -}