This commit is contained in:
huangsimin@fusen.cn 2023-12-13 17:49:07 +08:00
parent 7a8f45b518
commit 580e32c223

View File

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