Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/george551556/gintemplate
gin的框架模板,省的每次去官网上下载
https://github.com/george551556/gintemplate
Last synced: about 4 hours ago
JSON representation
gin的框架模板,省的每次去官网上下载
- Host: GitHub
- URL: https://github.com/george551556/gintemplate
- Owner: George551556
- Created: 2023-09-20T14:09:58.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-16T01:21:43.000Z (11 months ago)
- Last Synced: 2023-12-16T02:32:40.306Z (11 months ago)
- Language: Go
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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