## [pkg](https://github.com/dontls/pkg)
| 模块 | 备注
| ---- | -----------------
| ctx | gin统一响应接口
| excel | struct字段反射生成sheet
| log | zeorlog接口封装
| mqt | 适配amqp、kafka、mqtt、stomp、nats,提供通用接口
| orm | 基于gorm实现分表、分区、where查询等
| router | [模块化加载路由](https://gitee.com/dontls/ginfast/blob/master/api/system/main.go)
| tree | 通用Slice转换tree
## [ginfast](https://gitee.com/dontls/ginfast)
- 服务注册
- [代码生成](https://gitee.com/dontls/ginfast/blob/master/cmd/generator/main.go)
- [插件式注册api模块](https://gitee.com/dontls/ginfast/blob/master/templete/main.tpl)