Gin is an HTTP web framework written in Go (Golang). It is an API framework similar to martini but with better performance, almost 40 times faster thanks to httprouter. If you need extreme performance, use Gin.
Gin is an HTTP web framework written in Go (Golang). It is an API framework similar to martini but with better performance, almost 40 times faster thanks to httprouter. If you need extreme performance, use Gin.