Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/george551556/gintemplate

gin的框架模板,省的每次去官网上下载
https://github.com/george551556/gintemplate

Last synced: about 4 hours ago
JSON representation

gin的框架模板,省的每次去官网上下载

Awesome Lists containing this project

README

        

gin框架模板
1. router下面放所有路由,要分组编写

2. router_func下面放对应路由的中间件函数

3. static 存放图片、文件等资源

4. templates 存放html模板文件

5. 必要命令:
go mod init [模块名]

go get -u github.com/gin-gonic/gin