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文件
   
![图片](https://github.com/apache/dubbo-go/assets/69096367/19df07f6-0742-426a-9977-34ec5119d1e3)
   注释没有 //
   
![图片](https://github.com/apache/dubbo-go/assets/69096367/236318f5-6886-452b-a04c-ac83db586d2a)
   var没有换行
   
![图片](https://github.com/apache/dubbo-go/assets/69096367/023c1d13-1ccb-448c-a12c-66bacd00d19d)
   SetConsumerService和SetProviderService多service下一定会重复定义
   
![图片](https://github.com/apache/dubbo-go/assets/69096367/ece91afb-87c2-4fa5-aaa6-f1ba85fba4de)
   
![图片](https://github.com/apache/dubbo-go/assets/69096367/5860f86a-12f0-4946-b180-102aea7b4271)
   利用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]

Reply via email to