Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster.
支撑点
- Gin uses a custom version of HttpRouter.
- Low Overhead Powerful API
HttpRouter: the fastest HTTP router for Golang. Httprouter was created by Julien Schmidt and it’s based in a Radix Tree algorithm. - The martini framework is no longer maintained.
API REFERENCE
有疑问加站长微信联系(非本文作者)