Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: ChengyuZhu6 <[email protected]>
  • Loading branch information
ChengyuZhu6 committed May 20, 2024
1 parent 37e566b commit aa12091
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,10 @@ func main() {
parameters := map[string]map[string]string{}
for proto, pkg := range c.Packages {
for _, gen := range c.Generators {
parameters[gen] = mergeMap(parameters[gen], map[string]string{
fmt.Sprintf("M%s", proto): pkg,
})
parameters[gen] = mergeMap(parameters[gen], map[string]string{
fmt.Sprintf("M%s", proto): pkg,
})
}
}

for k, v := range c.Parameters {
Expand Down

0 comments on commit aa12091

Please sign in to comment.