This is a Go-based API framework that I have built during my spare time. The framework is designed to be highly maintainable and scalable. It includes features such as routing using the popular Gin framework, database operations using Gorm, Redis operations using go-redis, and logging using Zerolog. It also includes a job system for scheduling tasks, a validator for input data validation, and support for custom request IDs. The framework provides a structured response format and supports customization of response fields. Additionally, it includes an event system for handling external logic. You are welcome to contribute to the project and provide valuable feedback. You can find the project on GitHub at https://github.com/fanqingxuan/go-gin