Skip to content

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

Notifications You must be signed in to change notification settings

George551556/ginTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gin框架模板

  1. router下面放所有路由,要分组编写

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

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

  4. templates 存放html模板文件

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

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published