This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git
The following commit(s) were added to refs/heads/3.0 by this push:
new e9057d1 docs: add tools introduce in readme (#1714)
e9057d1 is described below
commit e9057d13d81daa5074dc281a12b350a9c28cee86
Author: 氕氘氚 <[email protected]>
AuthorDate: Sat Jan 15 17:52:59 2022 +0800
docs: add tools introduce in readme (#1714)
---
README.md | 6 ++++++
README_CN.md | 5 +++++
2 files changed, 11 insertions(+)
diff --git a/README.md b/README.md
index b206b47..c5f4b51 100644
--- a/README.md
+++ b/README.md
@@ -176,6 +176,12 @@ If you are using
[apache/dubbo-go](https://github.com/apache/dubbo-go) and think
* [triple](https://github.com/dubbogo/triple) - A golang network package that
based on http2, used by Dubbo-go 3.0.
* [dubbo-go-hessian2](https://github.com/apache/dubbo-go-hessian2) - A golang
hessian library used by Apache/dubbo-go.
* [gost](https://github.com/dubbogo/gost) - A go sdk for Apache Dubbo-go.
+* tools
+ *
[imports-formatter](https://github.com/dubbogo/tools/blob/master/cmd/imports-formatter/main.go)
import code block organizer.
+
+ *
[dubbo-go-cli](https://github.com/dubbogo/tools/blob/master/cmd/dubbogo-cli/main.go)
dubbo-go command line tools, support for displaying services, initiating
service calls and other functions.
+ *
[protoc-gen-go-triple](https://github.com/dubbogo/tools/blob/master/cmd/protoc-gen-go-triple/main.go)
tripe protocol pb file generation tool.
+ *
[protoc-gen-dubbo3grpc](https://github.com/dubbogo/tools/blob/master/cmd/protoc-gen-dubbo3grpc/main.go)
dubbo3 grpc pb file generation tool.
## License
diff --git a/README_CN.md b/README_CN.md
index dc8da0b..aec4b06 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -185,6 +185,11 @@ Dubbo-go 生态覆盖多种网络协议:Triple、Dubbo、JSONRPC、gRPC、HTTP
* [triple](https://github.com/dubbogo/triple) - 基于 HTTP2 的 Dubbo-go 3.0 协议网络库
* [dubbo-go-hessian2](https://github.com/apache/dubbo-go-hessian2) - 供
Dubbo-go 使用的 hessian2 库
* [gost](https://github.com/dubbogo/gost) - 供 Dubbo-go 使用的基础代码库
+* 工具
+ *
[imports-formatter](https://github.com/dubbogo/tools/blob/master/cmd/imports-formatter/main.go)
import 代码块整理工具
+ *
[dubbo-go-cli](https://github.com/dubbogo/tools/blob/master/cmd/dubbogo-cli/main.go)
dubbo-go 命令行工具、支持展示服务、发起服务调用等功能
+ *
[protoc-gen-go-triple](https://github.com/dubbogo/tools/blob/master/cmd/protoc-gen-go-triple/main.go)
tripe 协议 pb 生成工具
+ *
[protoc-gen-dubbo3grpc](https://github.com/dubbogo/tools/blob/master/cmd/protoc-gen-dubbo3grpc/main.go)
dubbo3 grpc 生成工具
## 许可证