gluttongk / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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.


Languages

Language:Go 100.0%