Blog
gookit goutil release v0.6.15
gookit/goutil 💪 Go 常用功能的扩展工具库。包含:数字,字符串,slice/数组,Map,结构体,反射,文本,文件,错误,时间日期,测试,CLI,命令运行,系统信息,格式化,常用信息获取等等。
gookit/goutil - released v0.6.10, an extension library of common Go features
gookit/goutil An extended library of Go’s common functionality. Contains: number, string, slice/array, Map, struct, reflection, text, file, error, time and date, test, CLI, command run, system information, formatting, common information acquisition, etc.
gookit/slog - release v0.5.2, Lightweight, configurable, extensible logging library
gookit/slog 📑 Lightweight, configurable, extensible logging library written in Go. Support multi level, multi outputs and built-in multi file logger, buffers, clean, rotate-file handling.
cflag - wraps and extends Go flag build pertty CLI command
cflag - wraps and extends Go flag build pertty CLI command
gitw - Git 命令包装器,生成 git 变更记录日志
gitw - Git 命令包装器,生成 git 变更记录日志,获取 repo 信息和一些 git 命令工具。
- 包装本地
git命令 - 快速运行
git命令 - 快速查询存储库信息
- 获取 remote, branch 详细信息
- 通过
git log快速生成版本变更日志- 允许自定义生成配置
- 允许自定义生成过滤、样式等
- 可以直接在 GitHub Actions 中使用