From 28c1187fa66f056562e6c375c48caa9b984aadf1 Mon Sep 17 00:00:00 2001 From: chickenlj Date: Thu, 4 Apr 2024 23:46:11 +0800 Subject: [PATCH] update go doc --- .../golang-sdk/tutorial/interop-dubbo/service-discovery.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/zh-cn/overview/mannual/golang-sdk/tutorial/interop-dubbo/service-discovery.md b/content/zh-cn/overview/mannual/golang-sdk/tutorial/interop-dubbo/service-discovery.md index e88cde04e2e1..052c6eb6f2fa 100644 --- a/content/zh-cn/overview/mannual/golang-sdk/tutorial/interop-dubbo/service-discovery.md +++ b/content/zh-cn/overview/mannual/golang-sdk/tutorial/interop-dubbo/service-discovery.md @@ -12,7 +12,8 @@ weight: 6 在本篇文档中,我们将演示 dubbo java 和 dubbo go 的服务发现互通能力,这样结合协议兼容性,我们就能实现完整的打通 dubbo java 和 dubbo go 微服务体系。 -This example shows dubbo-go's service discovery and java-go interoperation feature with Nacos as registry. + +本文档使用 Nacos 注册中心作为演示,可在此查看本文档 [示例完整源码](https://github.com/apache/dubbo-go-samples/tree/main/service_discovery)。 > before run the code , you should Follow this instruction to install and start Nacos server.