This is an automated email from the ASF dual-hosted git repository. zfeng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-seata-go.git
The following commit(s) were added to refs/heads/master by this push: new 7139e4e1 fix issue 859: update project icon in readme (#861) 7139e4e1 is described below commit 7139e4e1be4bd35257ed6211657fc999c7148ba9 Author: Xin.Zh <alexsto...@foxmail.com> AuthorDate: Fri Jul 18 23:15:49 2025 +0800 fix issue 859: update project icon in readme (#861) * update project icon in readme * update readme --- README.md | 7 +++---- README_ZH.md | 8 ++------ 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 94633e2e..31a20500 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software @@ -20,9 +20,8 @@ # Seata-go: Simple Extensible Autonomous Transaction Architecture(Go version) -[](https://github.com/apache/incubator-seata-go/actions/workflows/license.yml) -[](https://www.apache.org/licenses/LICENSE-2.0.html) -[简体中文 ZH](./README_ZH.md) +[](https://github.com/apache/incubator-seata-go/actions/workflows/build.yml) [](https://www.apache.org/licenses/LICENSE-2.0.html) [](https://codecov.io/gh/apache/incubator-seata-go) [简体中文 ZH](./README_ZH.md) + ## What is Seata-go? Apache Seata(incubating) is a very mature distributed transaction framework, and is the de facto standard platform for distributed transaction technology in the Java field. Seata-go is the implementation version of go language in Seata multilingual ecosystem, which realizes the interoperability between Java and Go, so that Go developers can also use seata-go to realize distributed transactions. Please visit the [official website of Seata](https://seata.apache.org/) to view the quick star [...] diff --git a/README_ZH.md b/README_ZH.md index ee0b5b57..818cb49f 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -6,7 +6,7 @@ The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software @@ -22,16 +22,12 @@ </div> # Seata-go:简单可扩展的自主事务架构(Go 语言版本) -[](https://github.com/apache/incubator-seata-go/actions/workflows/license.yml) - -[](https://www.apache.org/licenses/LICENSE-2.0.html) +[](https://github.com/apache/incubator-seata-go/actions/workflows/build.yml) [](https://www.apache.org/licenses/LICENSE-2.0.html) [](https://codecov.io/gh/apache/incubator-seata-go) [English](./README.md) -[简体中文 ZH](./README_ZH.md) ## 什么是 Seata-go? - Apache Seata(incubating)是一个非常成熟的分布式事务框架,是 Java 领域事实上的标准分布式事务平台。Seata-go 是其在多语言生态中 Go 语言的实现版本,实现了 Java 与 Go 之间的互操作,使得 Go 开发者也可以使用 seata-go 实现分布式事务。请访问 [Seata 官网](https://seata.apache.org/) 获取快速入门和文档。 Seata-go 的原理与 Seata-java 一致,由 TM、RM 和 TC 三部分组成。其中 TC 功能复用 Java 的实现,而 TM 和 RM 则已与 Seata-java 对接。 --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org