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 1f641666 Update README.md
1f641666 is described below
commit 1f641666767f4c51cc0ebc1892458ec79820f6df
Author: Ken Liu <[email protected]>
AuthorDate: Thu May 16 17:05:05 2024 +0800
Update README.md
---
helloworld/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/helloworld/README.md b/helloworld/README.md
index a5690a1f..20a9d99a 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 github.com/dubbogo/protoc-gen-go-triple/[email protected]
```
3. Generate stub code
@@ -56,4 +56,4 @@ go run ./go-client/cmd/main.go
[Quick Start]:
https://dubbo-next.staged.apache.org/zh-cn/overview/mannual/golang-sdk/quickstart/
[version3]: https://protobuf.dev/programming-guides/proto3/
-[Protocol Buffer Compiler Installation]:
https://dubbo-next.staged.apache.org/zh-cn/overview/reference/protoc-installation/
\ No newline at end of file
+[Protocol Buffer Compiler Installation]:
https://dubbo-next.staged.apache.org/zh-cn/overview/reference/protoc-installation/