Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
onanying committed Oct 31, 2023
1 parent e188048 commit 2adae3a
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 @@ -21,6 +21,7 @@ All core modules can be used independently.
- [mix-go/mixcli](src/mixcli) Scaffold to quickly create Go projects, similar to Vue CLI in the frontend field.
- [mix-go/xcli](src/xcli) Command-line interaction and command management tool, also includes command-line parameter acquisition, middleware, program daemon, etc.
- [mix-go/xsql](src/xsql) Lightweight database based on database/sql, fully functional and supports any database driver.
- - [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/xutil](src/xutil) A set of tools to keep Golang sweet.
Expand Down
1 change: 1 addition & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ MixGo 是一个 Go 快速开发标准工具包;内部模块高度解耦,整
- [mix-go/mixcli](src/mixcli) 快速创建 Go 项目的脚手架,类似前端界的 Vue CLI。
- [mix-go/xcli](src/xcli) 命令行交互与指挥管理工具,同时它还包括命令行参数获取、中间件、程序守护等。
- [mix-go/xsql](src/xsql) 基于 database/sql 的轻量数据库,功能完备且支持任何数据库驱动。
- [mix-go/xrpc](src/xrpc) gRPC和网关的助手。
- [mix-go/xdi](src/xdi) 处理对象依赖关系的 IoC、DI 库,可以实现统一管理依赖,全局对象管理,动态配置刷新等。
- [mix-go/xwp](src/xwp) 一个通用工作池、协程池,可动态扩容缩容。
- [mix-go/xutil](src/xutil) 一套让 Golang 保持甜美的工具。
Expand Down

0 comments on commit 2adae3a

Please sign in to comment.