From 27249e021f4769b20f54bed2246d6086c2a44177 Mon Sep 17 00:00:00 2001 From: Kevin Wan Date: Sat, 18 Sep 2021 22:24:45 +0800 Subject: [PATCH] add repo moving notice (#1062) --- readme-cn.md | 2 ++ readme.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/readme-cn.md b/readme-cn.md index 97b0eef7..8a59342d 100644 --- a/readme-cn.md +++ b/readme-cn.md @@ -11,6 +11,8 @@ [![Release](https://img.shields.io/github/v/release/tal-tech/go-zero.svg?style=flat-square)](https://github.com/tal-tech/go-zero) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +**注意:为了满足开源基金会要求,go-zero 从好未来(tal-tech)组织下迁移至中立的 GitHub 组织(zeromicro)。** + ## 0. go-zero 介绍 go-zero(收录于 CNCF 云原生技术全景图:[https://landscape.cncf.io/?selected=go-zero](https://landscape.cncf.io/?selected=go-zero))是一个集成了各种工程实践的 web 和 rpc 框架。通过弹性设计保障了大并发服务端的稳定性,经受了充分的实战检验。 diff --git a/readme.md b/readme.md index d3458c13..5449bf4b 100644 --- a/readme.md +++ b/readme.md @@ -10,6 +10,8 @@ English | [简体中文](readme-cn.md) [![Release](https://img.shields.io/github/v/release/tal-tech/go-zero.svg?style=flat-square)](https://github.com/tal-tech/go-zero) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +**Note: To meet the requirements of Open Source Foundation, we moved go-zero from tal-tech to zeromicro (a neutral GitHub organization).** + ## 0. what is go-zero 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. It’s born to ensure the stability of the busy services with resilience design, and has been serving sites with tens of millions users for years.