Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laipz8200/gin-template
a web application template written in Gin
https://github.com/laipz8200/gin-template
gin golang web
Last synced: 12 days ago
JSON representation
a web application template written in Gin
- Host: GitHub
- URL: https://github.com/laipz8200/gin-template
- Owner: laipz8200
- License: other
- Created: 2023-01-30T10:03:23.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-10T06:54:50.000Z (over 1 year ago)
- Last Synced: 2024-10-05T14:22:32.609Z (3 months ago)
- Topics: gin, golang, web
- Language: Go
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# gin-template
## Usage
You can replace `_template_` with your project name.
## What's this?
gin-template is a web application template written in Gin, which integrates some commonly used code when I build web applications.
It includes repository interfaces, encapsulation of Gin framework handlers, exception handling, internationalization components, and more.