This commit is contained in:
yedf2 2021-08-03 09:41:23 +08:00
parent 758ca4ea48
commit 84860ebda3
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
[![Go Reference](https://pkg.go.dev/badge/github.com/yedf/dtm.svg)](https://pkg.go.dev/github.com/yedf/dtm)
# [English Docs](https://github.com/yedf/dtm/blob/main/README.md)
# [文档与教程](http://dtm.pub)
# GO语言分布式事务管理服务
DTM是首款golang的开源分布式事务管理器优雅的解决了幂等、空补偿、悬挂等分布式事务难题。提供了简单易用、高性能、易水平扩展的分布式事务解决方案。

View File

@ -4,7 +4,7 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/yedf/dtm)](https://goreportcard.com/report/github.com/yedf/dtm)
[![Go Reference](https://pkg.go.dev/badge/github.com/yedf/dtm.svg)](https://pkg.go.dev/github.com/yedf/dtm)
# [中文文档](./README-cn.md)
# [中文文档](http://dtm.pub)
# A lightweight distributed transaction manager