Skip to content

Commit

Permalink
readme: update description of trpc-go to keep it concise and clear.
Browse files Browse the repository at this point in the history
and keep it consistent with PR: avelino/awesome-go#5075
  • Loading branch information
liuzengh committed Oct 23, 2023
1 parent 0e34bd4 commit 1138aa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ English | [中文](README.zh_CN.md)
[![Coverage](https://codecov.io/gh/trpc-group/trpc-go/branch/main/graph/badge.svg)](https://app.codecov.io/gh/trpc-group/trpc-go/tree/main)


tRPC-Go, as the [Go][] language implementation of [tRPC][], is a battle-tested microservices framework that has been extensively validated in production environments. It not only delivers high performance but also offers ease of use and testability.
tRPC-Go, is the [Go][] language implementation of [tRPC][], which is a pluggable, high-performance RPC framework.

For more information, please refer to the [quick start guide][quick start] and [detailed documentation][docs].

Expand Down
2 changes: 1 addition & 1 deletion README.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[![Coverage](https://codecov.io/gh/trpc-group/trpc-go/branch/main/graph/badge.svg)](https://app.codecov.io/gh/trpc-group/trpc-go/tree/main)


tRPC-Go,作为 [tRPC][][Go][] 语言版本,是经过大规模线上业务使用验证过的微服务框架,它不仅性能高,而且易于使用和测试
tRPC-Go, [tRPC][][Go][] 语言实现,它是一个可插拔的高性能 RPC 框架

更多信息见:[快速上手][quick start] 以及 [详细文档][docs]

Expand Down

0 comments on commit 1138aa4

Please sign in to comment.