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.
- Gin -- web server framework
- Native Database Client -- database connection
- GORM -- database connection with ORM
- Viper -- configuration solution
- Logrus -- logging solution
- Testify -- unit testing
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.