add a gin scaffolds tool

This commit is contained in:
EricZhou 2018-11-26 15:38:58 +08:00 committed by GitHub
parent 465ead47d0
commit fed959131a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2002,3 +2002,4 @@ Awesome project lists using [Gin](https://github.com/gin-gonic/gin) web framewor
* [photoprism](https://github.com/photoprism/photoprism): Personal photo management powered by Go and Google TensorFlow. * [photoprism](https://github.com/photoprism/photoprism): Personal photo management powered by Go and Google TensorFlow.
* [krakend](https://github.com/devopsfaith/krakend): Ultra performant API Gateway with middlewares. * [krakend](https://github.com/devopsfaith/krakend): Ultra performant API Gateway with middlewares.
* [picfit](https://github.com/thoas/picfit): An image resizing server written in Go. * [picfit](https://github.com/thoas/picfit): An image resizing server written in Go.
* [ginbro](https://github.com/dejavuzhou/ginbro): A gin scaffolds for Mysql database's schema to easily generate a RESTful APIs app with GORM.