文件名称:Go-easy-gin一套基于Gin框架的MVC脚手架
文件大小:12KB
文件格式:ZIP
更新时间:2022-09-02 12:47:55
Go开发-Web框架
封装了 Gin Web 服务配置、数据库/连接池配置、视图配置,方便快速构建 Go Web 工程。自带一套用于体验及演示的 Restful Api 代码示例。
【文件预览】:
easy-gin-master
----.gitignore(220B)
----server()
--------server.go(676B)
----models()
--------User.go(2KB)
----drivers()
--------mysql.go(1KB)
----LICENSE(1KB)
----views()
--------index()
----main.go(252B)
----README.md(6KB)
----configs()
--------server.go(446B)
--------db.go(576B)
----vendor()
--------vendor.json(2KB)
----controllers()
--------IndexController.go(578B)
--------UserController.go(2KB)
----routes()
--------router.go(498B)