| https://github.com/spf13/cobra | urfave/cli | 提供了强大的命令行解析功能,适合构建复杂的命令行应用。 |
| https://github.com/urfave/cli | spf13/cobra | 一个简单且强大的命令行框架,支持应用程序管理命令。 |
| https://github.com/sirupsen/logrus | - | 高效且功能强大的日志框架,支持日志级别、格式化输出等功能。 |
| https://github.com/qax-os/excelize | - | 用于读写Excel文件的库,支持多种Excel文件格式(如xlsx)。 |
| https://github.com/go-echarts/go-echarts | - | 用于生成各种图表和数据可视化效果的Go语言库。 |
| https://github.com/robfig/cron | - | Go 语言实现的 cron 风格的定时任务调度库。 |
| https://github.com/go-resty/resty | - | 简单易用的 HTTP 客户端库,支持自动重试、超时等功能。 |
| https://github.com/shopspring/decimal | - | 高精度十进制数学库,用于金融等需要高精度的应用。 |
| https://github.com/beevik/etree | - | 用于解析和生成 XML 的 Go 库,支持 XPath 和 XSLT 等功能。 |
| https://github.com/xtaci/gaio | | 网络服务 |
| 配置 | https://github.com/spf13/viper | 配置文件读写库 |
| 校验 | https://github.com/go-playground/validator | | 数据值的结构校验库 |