From d5192cb4c70be3a8c776bd1db912ad380ca47035 Mon Sep 17 00:00:00 2001 From: xiaojunxie <346944475@qq.com> Date: Fri, 27 Sep 2019 00:18:28 +0800 Subject: [PATCH] ginrpc (#2724) Gin parameter automatic binding tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0eab0c40..23209a90 100644 --- a/README.md +++ b/README.md @@ -1876,6 +1876,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [Fireball](https://github.com/zpatrick/fireball) - More "natural" feeling web framework. * [Gem](https://github.com/go-gem/gem) - Simple and fast web framework, friendly to REST API. * [Gin](https://github.com/gin-gonic/gin) - Gin is a web framework written in Go! It features a martini-like API with much better performance, up to 40 times faster. If you need performance and good productivity. +* [Ginrpc](https://github.com/xxjwxc/ginrpc) - Gin parameter automatic binding tool,gin rpc tools. * [Gizmo](https://github.com/NYTimes/gizmo) - Microservice toolkit used by the New York Times. * [go-json-rest](https://github.com/ant0ine/go-json-rest) - Quick and easy way to setup a RESTful JSON API. * [go-rest](https://github.com/ungerik/go-rest) - Small and evil REST framework for Go.