ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
## 内置第三方依赖 使用到的开源库: * [gin](https://github.com/gin-gonic/gin)—— 路由、路由组、中间件 * [zap](https://github.com/gin-contrib/zap)—— 高性能日志方案 * [gorm](https://github.com/go-gorm/gorm)—— ORM 数据操作 * [cobra](https://github.com/spf13/cobra)—— 命令行结构 * [viper](https://github.com/spf13/viper)—— 配置信息 * [cast](https://github.com/spf13/cast)—— 类型转换 * [redis](https://github.com/go-redis/redis/v8)—— Redis 操作 * [jwt](https://github.com/golang-jwt/jwt)—— JWT 操作 * [base64Captcha](https://github.com/mojocn/base64Captcha)—— 图片验证码 * [govalidator](https://github.com/thedevsaddam/govalidator)—— 请求验证器 * [limiter](https://github.com/ulule/limiter/v3)—— 限流器 * [email](https://github.com/jordan-wright/email)—— SMTP 邮件发送 * [aliyun-communicate](https://github.com/KenmyZhang/aliyun-communicate)—— 发送阿里云短信 * [ansi](https://github.com/mgutz/ansi)—— 终端高亮输出 * [strcase](https://github.com/iancoleman/strcase)—— 字符串大小写操作 * [pluralize](https://github.com/gertd/go-pluralize)—— 英文字符单数复数处理 * [faker](https://learnku.com/courses/go-api/1.17/finish-up/github.com/bxcodec/faker)—— 假数据填充 * [imaging](https://learnku.com/courses/go-api/1.17/finish-up/github.com/disintegration/imaging)—— 图片裁切