mention cncf landscape (#1054)

This commit is contained in:
Kevin Wan
2021-09-17 10:44:42 +08:00
committed by GitHub
parent 358d86b8ae
commit 7c83155e4f
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ English | [简体中文](readme-cn.md)
## 0. what is go-zero
go-zero is a web and rpc framework with lots of builtin engineering practices. Its born to ensure the stability of the busy services with resilience design, and has been serving sites with tens of millions users for years.
go-zero (listed in CNCF Landscape: [https://landscape.cncf.io/?selected=go-zero](https://landscape.cncf.io/?selected=go-zero)) is a web and rpc framework with lots of builtin engineering practices. Its born to ensure the stability of the busy services with resilience design, and has been serving sites with tens of millions users for years.
go-zero contains simple API description syntax and code generation tool called `goctl`. You can generate Go, iOS, Android, Kotlin, Dart, TypeScript, JavaScript from .api files with `goctl`.