r27153733 opened a new issue, #2646: URL: https://github.com/apache/dubbo-go/issues/2646
### Environment <!-- - Server: Dubbo-go, v3.0.5 - Client: Dubbo-go, v3.0.5 - Protocol: Triple - Registry: Nacos, v2.0.0 --> - Server: Dubbo-go, v3.1.1 - Client: Dubbo-go, v3.1.1 - Protocol: Triple ### Issue description <!-- Here is a brief description about the issue. --> protoc-gen-go-triple 在一个proto文件有多个service的情况下有bug proto文件  注释没有 //  var没有换行  SetConsumerService和SetProviderService多service下一定会重复定义   利用ServiceName修改成SetConsumeAService和SetConsumerBService,可避免重复定义。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
