fix:multipule flag client go package name (#3104)

Co-authored-by: lidengfu <lidengfu@excean.com>
This commit is contained in:
李登富
2023-04-08 21:36:45 +08:00
committed by GitHub
parent 49135fe25e
commit ffacae89eb

View File

@@ -108,7 +108,7 @@ func (g *Generator) genCallGroup(ctx DirContext, proto parser.Proto, cfg *conf.C
"name": callFilename, "name": callFilename,
"alias": strings.Join(aliasKeys, pathx.NL), "alias": strings.Join(aliasKeys, pathx.NL),
"head": head, "head": head,
"filePackage": dir.Base, "filePackage": childDir,
"pbPackage": pbPackage, "pbPackage": pbPackage,
"protoGoPackage": protoGoPackage, "protoGoPackage": protoGoPackage,
"serviceName": serviceName, "serviceName": serviceName,