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 eb72b568 Update README.md
eb72b568 is described below
commit eb72b568a80d703f2b46f412d3ea961f002d7f3d
Author: Ken Liu <[email protected]>
AuthorDate: Tue Jun 18 10:36:54 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 27b73faa..b2047ba8 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 dubbo.apache.org/dubbo-go/v3/cmd/[email protected]
+ go get github.com/dubbogo/protoc-gen-go-triple/v3
```
3. Generate stub code