| | https://github.com/spf13/cobra | urfave/cli | 提供了强大的命令行解析功能,适合构建复杂的命令行应用。 |
| | https://github.com/urfave/cli | spf13/cobra | 一个简单且强大的命令行框架,支持应用程序管理命令。 |
| | https://github.com/go-echarts/go-echarts | - | 用于生成各种图表和数据可视化效果的Go语言库。 |
| | https://github.com/robfig/cron | - | Go 语言实现的 cron 风格的定时任务调度库。 |
| | https://github.com/shopspring/decimal | - | 高精度十进制数学库,用于金融等需要高精度的应用。 |
| 网络服务 | https://github.com/xtaci/gaio | |
| 配置 | https://github.com/spf13/viper | 配置文件读写库 |
| 校验 | https://github.com/go-playground/validator | | 数据值的结构校验库 |
| 系统 | https://github.com/shirou/gopsutil | | 用于 Golang 的 psutil |
| 数据解析 | https://github.com/beevik/etree | | 用于解析和生成 XML 的 Go 库,支持 XPath 和 XSLT 等功能。 |
| 数据解析 | https://github.com/tidwall/gjson | | JSON 解析器 |
| 数据解析 | https://github.com/bytedance/sonic | | JSON 解析器 |
| 数据解析 | https://github.com/ua-parser/uap-go | | userAgent 解析 |
| 数据处理 | https://github.com/qax-os/excelize | - | 用于读写Excel文件的库,支持多种Excel文件格式(如xlsx)。 |