Gin is an incredibly fast web framework written in Golang that can perform up to 40 times faster, thanks to its martini-like API and custom version of httprouter. It’s got a very small memory footprint, no reflection and Radix tree based routing as well. For those looking for unprecedented speed and good productivity, Gin is the way to go.
Gin is packed with great features, including middleware support, JSON validation and more. It gives an easy to use API for JSON, XML and HTML rendering...