Skip to content

Commit

Permalink
add gogo protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
TursMA committed Jan 27, 2019
1 parent 134ca45 commit 2d12eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/micro/micro.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func (g *micro) generateClientMethod(reqServ, servName, serviceDescVar string, m
inType := g.typeName(method.GetInputType())
outType := g.typeName(method.GetOutputType())

servAlias := servName + "Service"
servAlias := servName + "Client"

// strip suffix
if strings.HasSuffix(servAlias, "ServiceService") {
Expand Down

0 comments on commit 2d12eaf

Please # to comment.