Rynzie02 commented on code in PR #1055: URL: https://github.com/apache/dubbo-go-samples/pull/1055#discussion_r2944047729
########## generic/README.md: ########## @@ -79,7 +72,6 @@ Server log: ``` Generic Go server started on port 50052 Review Comment: Unnecessary. ########## generic/README_zh.md: ########## @@ -9,18 +9,11 @@ ``` generic/ ├── go-server/ # Go 服务端(Triple 协议,端口 50052) -├── go-client/ # Go 客户端,泛化调用(注册中心发现) +├── go-client/ # Go 客户端,泛化调用(直连 URL) Review Comment: Unnecessary. -- 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]
