From 580e32c223eaca57a513850e6287d2db537572fb Mon Sep 17 00:00:00 2001 From: "huangsimin@fusen.cn" Date: Wed, 13 Dec 2023 17:49:07 +0800 Subject: [PATCH] update --- goutils/proto_build/main.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/goutils/proto_build/main.go b/goutils/proto_build/main.go index 69dcef7..5a47862 100644 --- a/goutils/proto_build/main.go +++ b/goutils/proto_build/main.go @@ -132,8 +132,11 @@ go run -gcflags="-N" proto/goutils/proto_build/main.go client` CheckGomodBasicPackage() ExecProtoc(workspaceDir, serviceProtoDir, genDir, packageName, projectName) GitignoreGenCheck() - ExecCreateAutoGrpc(genDir, packageName) + + createFileNotExists("update_fspkg_master.sh", 0755, func(f io.Writer) error { + return tpl.ExecuteTemplate(f, "update_fspkg_master.tpl", nil) + }) } func ExecCreateConfig(ServiceName, ProjectName string) {