# go-gin-rest-api
**Repository Path**: dev-ops/go-gin-rest-api
## Basic Information
- **Project Name**: go-gin-rest-api
- **Description**: go-gin-rest-api
- **Primary Language**: Go
- **License**: Apache-2.0
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 3
- **Forks**: 3
- **Created**: 2023-01-27
- **Last Updated**: 2025-08-27
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
gin-mini-agent
## 主要功能
- 最小化Gin脚手架,适合Agent开发场景
## 使用golang大众开源类库
- [gin](https://github.com/gin-gonic/gin) 一款高效的golang web框架 [教程](https://gin-gonic.com/zh-cn/docs/)
- [viper](https://github.com/spf13/viper) 配置管理工具, 支持多种配置文件类型.[教程](https://darjun.github.io/2020/01/18/godailylib/viper/)
- [lumberjack](https://github.com/natefinch/lumberjack) 日志切割工具, 高效分离大日志文件, 按日期保存文件
- [cast](https://github.com/spf13/cast) 一个小巧、实用的类型转换库,用于将一个类型转为另一个类型 [教程](https://darjun.github.io/2020/01/20/godailylib/cast/)
- [cron](https://github.com/robfig/cron) 实现了 cron 规范解析器和任务运行器,简单来讲就是包含了定时任务所需的功能 [教程](https://darjun.github.io/2020/06/25/godailylib/cron)
- [lo](https://github.com/samber/lo) 基于泛型实现的Golang工具库