An open API service indexing awesome lists of open source software.

https://github.com/ibbd-dev/go-tools

Golang相关工具
https://github.com/ibbd-dev/go-tools

elasticsearch golang time

Last synced: 9 months ago
JSON representation

Golang相关工具

Awesome Lists containing this project

README

          

# IBBD Golang Tools

## 基础工具库

- `funcs`: 常用函数集合
- `crypt`: AES加解密
- `idGenerate`: 全局ID生成器
- `logfile`: 日志功能封装(停止维护)
- `asyncLog`: 异步日志库,已经转移到[新项目](github.com/ibbd-dev/go-async-log)
- `timer`: 简易定时器
- `db/query`: 数据库查询工具封装,例如分页读取数据

说明: 目录名中含test后缀的都只是测试用的.