This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new 1b12ee12aab update protoc-gen-triple version (#3126)
1b12ee12aab is described below
commit 1b12ee12aab4e731189350f31d0eb8961ed98cde
Author: marsevilspirit <[email protected]>
AuthorDate: Sun Jun 22 18:00:51 2025 +0800
update protoc-gen-triple version (#3126)
---
content/en/overview/mannual/golang-sdk/quickstart/rpc.md | 2 +-
content/zh-cn/overview/mannual/golang-sdk/quickstart/rpc.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/en/overview/mannual/golang-sdk/quickstart/rpc.md
b/content/en/overview/mannual/golang-sdk/quickstart/rpc.md
index 67507e4d140..38f9bb4c786 100644
--- a/content/en/overview/mannual/golang-sdk/quickstart/rpc.md
+++ b/content/en/overview/mannual/golang-sdk/quickstart/rpc.md
@@ -28,7 +28,7 @@ Since we are using Protocol Buffer, we first need to install
the relevant code g
```shell
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
- go install github.com/dubbogo/protoc-gen-go-triple/[email protected]
+ go install github.com/dubbogo/protoc-gen-go-triple/[email protected]
```
Make sure `protoc-gen-go` and `protoc-gen-go-triple` are in your `PATH`.
You can verify this with `which protoc-gen-go`. If that command does not work,
please execute the following commands:
diff --git a/content/zh-cn/overview/mannual/golang-sdk/quickstart/rpc.md
b/content/zh-cn/overview/mannual/golang-sdk/quickstart/rpc.md
index 82d695fa4b0..af06b78ad9e 100644
--- a/content/zh-cn/overview/mannual/golang-sdk/quickstart/rpc.md
+++ b/content/zh-cn/overview/mannual/golang-sdk/quickstart/rpc.md
@@ -28,7 +28,7 @@ weight: 1
```shell
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
- go install dubbo.apache.org/dubbo-go/v3/cmd/[email protected]
+ go install github.com/dubbogo/protoc-gen-go-triple/[email protected]
```
确保 `protoc-gen-go`、`protoc-gen-go-triple` 在你的 `PATH` 中。这可以通过 `which
protoc-gen-go` 验证,如果该命令不能正常工作的话,请执行以下命令: