go lib
Go to file
2023-10-31 09:59:03 +08:00
crypto feat: add HmacSha1 2023-08-12 21:29:17 +08:00
encoding feat: add gyaml 2023-08-12 21:39:06 +08:00
gauth init repo 2023-06-15 21:22:51 +08:00
gcache refactor: 重构 gcache,支持 memory、redis 和 filesystem 三种 store 2023-10-16 20:49:23 +08:00
gcasbin chore: 统一使用 redis/go-redis/v9 2023-10-16 20:50:20 +08:00
gconfig chore: ioutil 换为 os 2023-10-16 20:50:05 +08:00
gconsole refactor: rename console to gconsole 2023-10-15 00:54:45 +08:00
gconsts init repo 2023-06-15 21:22:51 +08:00
gdb/mgodb refactor: 移除 db 库,只保持已有使用的 mgodb 2023-09-19 10:45:38 +08:00
gfile feat: 按行读取文件 2023-09-20 07:24:59 +08:00
gqueue chore: 统一使用 redis/go-redis/v9 2023-10-16 20:50:20 +08:00
gtest init repo 2023-06-15 21:22:51 +08:00
gweb fix: 函数名没有同步修改 2023-10-31 09:59:03 +08:00
helper feat: 如果没有中文翻译就使用英文 2023-10-23 11:04:29 +08:00
logger refactor: 简化 logger 的创建及增加 With fields 机制 2023-10-18 11:27:05 +08:00
storage change module name 2023-06-15 21:38:12 +08:00
.gitignore init repo 2023-06-15 21:22:51 +08:00
go.mod chore: 更新依赖包 2023-10-17 17:23:09 +08:00
go.sum chore: 更新依赖包 2023-10-17 17:23:09 +08:00
readme.md fix: typ err 2023-07-03 11:10:45 +08:00

说明

lib of go web project.

使用:

go get -v git.hexq.cn/tiglog/golib

最好是配合模板使用。