Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
onanying committed May 22, 2024
1 parent d330008 commit e72c3d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ All core modules can be used independently.
- [mix-go/xrpc](src/xrpc) Assistant for gRPC and Gateway.
- [mix-go/xdi](src/xdi) IoC, DI library for handling object dependencies, can implement unified dependency management, global object management, dynamic configuration refresh, etc.
- [mix-go/xwp](src/xwp) A universal work pool, coroutine pool, can dynamically expand and shrink.
- [mix-go/xhttp](src/xhttp) A highly efficient HTTP library.
- [mix-go/xutil](src/xutil) A set of tools to keep Golang sweet.

## Development Documentation
Expand Down
1 change: 1 addition & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ MixGo 是一个 Go 快速开发标准工具包;内部模块高度解耦,整
- [mix-go/xrpc](src/xrpc) gRPC 和 Gateway 助手。
- [mix-go/xdi](src/xdi) 处理对象依赖关系的 IoC、DI 库,可以实现统一管理依赖,全局对象管理,动态配置刷新等。
- [mix-go/xwp](src/xwp) 一个通用工作池、协程池,可动态扩容缩容。
- [mix-go/xhttp](src/xhttp) 一个高效的 HTTP 库。
- [mix-go/xutil](src/xutil) 一套让 Golang 保持甜美的工具。

## 开发文档
Expand Down

0 comments on commit e72c3d4

Please sign in to comment.