Skip to content

golang gin-gonic based rest api blueprint( with vips, sqlx )

License

Notifications You must be signed in to change notification settings

findcoo/gin-blueprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gin-blueprint

golang web api blueprint based gin-gonic, viper, sqlx, glide

Go Report Card

Structure

.
├── api 
│   ├── api.go // app main
│   ├── context.go // gin handler
│   └── model
│       └── model.go // database
├── conf
│   └── config.go // global configurations, injectable dependency objects
├── glide.yaml // package manage configurations
├── main.go 
└── tests
    └── api_test.go

About

golang gin-gonic based rest api blueprint( with vips, sqlx )

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages