Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/superpandaminer/igolang
基于 gin 与 beego 的脚手架
https://github.com/superpandaminer/igolang
beego gin gorm swagger
Last synced: about 1 month ago
JSON representation
基于 gin 与 beego 的脚手架
- Host: GitHub
- URL: https://github.com/superpandaminer/igolang
- Owner: SuperPandaMiner
- License: mit
- Created: 2024-10-30T15:59:34.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-17T13:30:13.000Z (about 1 month ago)
- Last Synced: 2024-11-17T14:34:27.854Z (about 1 month ago)
- Topics: beego, gin, gorm, swagger
- Language: Go
- Homepage:
- Size: 2.36 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# igolang
golang web 脚手架,纯后端项目,封装了一些常用的项目基本功能,主要包括:
- ibeego:基于 beego 框架扩展,封装了 config,controllers,orm,logger,routers 功能;
- igin: 基于 gin 框架扩展,整合 iconfig,ilogger,iorm 等模块;
- iecho:基于 echo 框架扩展,整合 iconfig,ilogger,iorm 等模块;
- iconfig:配置读取,基于 jinzhu/configor 扩展;
- ilogger:日志打印,日志文件分割,基于 zap 扩展;
- iorm:提供实体泛型配置,通用 crud 方法,事务,软删除机制,基于 gorm 扩展;
- swagger:web 框架接口文档生成。使用示例请参考各模块目录下 readme.md。