From fed959131a660ca2cf006b192b882556c1664c24 Mon Sep 17 00:00:00 2001 From: EricZhou Date: Mon, 26 Nov 2018 15:38:58 +0800 Subject: [PATCH] add a gin scaffolds tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e7b92b2d..33d54c56 100644 --- a/README.md +++ b/README.md @@ -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. * [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. +* [ginbro](https://github.com/dejavuzhou/ginbro): A gin scaffolds for Mysql database's schema to easily generate a RESTful APIs app with GORM.