This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git
The following commit(s) were added to refs/heads/main by this push:
new 0ba214a7 Update README.md
0ba214a7 is described below
commit 0ba214a7d8d2ef31224f16f3d7a8fed76fb04a8b
Author: Ken Liu <[email protected]>
AuthorDate: Fri May 24 11:08:23 2024 +0800
Update README.md
---
helloworld/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helloworld/README.md b/helloworld/README.md
index 20a9d99a..27b73faa 100644
--- a/helloworld/README.md
+++ b/helloworld/README.md
@@ -24,7 +24,7 @@ This example demonstrates the basic usage of dubbo-go as an
RPC framework. Check
Install the latest version of protoc-gen-triple:
```shell
- go install github.com/dubbogo/protoc-gen-go-triple/[email protected]
+ go install dubbo.apache.org/dubbo-go/v3/cmd/[email protected]
```
3. Generate stub code