From 62333bb48898ee3d5108ed4fda53543e745271f8 Mon Sep 17 00:00:00 2001 From: "huangsimin@fusen.cn" Date: Fri, 19 Jan 2024 17:02:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E8=80=81=E7=9A=84=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E4=BB=A3=E7=A0=81=E5=90=AF=E5=8A=A8nacos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- goutils/proto_build/tpls/http_grpc_method_test.tpl | 1 - 1 file changed, 1 deletion(-) diff --git a/goutils/proto_build/tpls/http_grpc_method_test.tpl b/goutils/proto_build/tpls/http_grpc_method_test.tpl index 86bc486..c72de24 100644 --- a/goutils/proto_build/tpls/http_grpc_method_test.tpl +++ b/goutils/proto_build/tpls/http_grpc_method_test.tpl @@ -15,7 +15,6 @@ func {{.MethodName}}RPC() (any, error) { if fusen == nil { fusen := env.NewFusenTest[config.Config]() fusen.StartNacos(nil) - service.AutoGrpcInit(fusen) } resp, err := service.Auto{{.ServiceName}}Client(context.TODO()).{{.MethodName}}(context.TODO(), {{.RequestVar}})