Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (17 loc) · 1.12 KB

readme.md

File metadata and controls

20 lines (17 loc) · 1.12 KB

gin-boilerplate

A starter project with Golang and Gin framework.

Quickstart web service integrates different tools you may need. Do not worry about import too many redundant tools into the project that make project too bloated, because the tools used are all in different git branches, you can only merge/rebase the needed ones into the development branch.

Tools

How to use this boilerplate

The core branch is mater, which is the basic use of Gin, including routing and middleware. If other tools are needed, you can be merged into master from other branches. The tools currently include: database connection, logging, configuration solution, unit testing, see the 'Tools' list for full details.