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

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.

Notifications You must be signed in to change notification settings

gluttongk/gin-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages