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 487c82b commit 134ca45
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 @@ -116,7 +116,7 @@ func (g *micro) generateService(file *generator.FileDescriptor, service *pb.Serv
serviceName = pkg
}
servName := generator.CamelCase(origServName)
servAlias := servName + "Service"
servAlias := servName + "Client"

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

0 comments on commit 134ca45

Please # to comment.