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) {