gin-gonic / gin

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. If you need smashing performance, get yourself some Gin.
https://gin-gonic.com/
MIT License
79.11k stars 8.03k forks source link

Is the gin-gonic/contrib repo still active? #4099

Open manuelarte opened 3 days ago

manuelarte commented 3 days ago

Description

I recently created a new middleware for Gin and I was wondering if the contrib repo is still active, since it was not updated for years.

Wernke96 commented 7 hours ago

Brother, the last commit to this was last week, and a release occurred in March. This is very active.

manuelarte commented 6 hours ago

Brother, the last commit to this was last week, and a release occurred in March. This is very active.

I'm talking about contrib repository (https://github.com/gin-gonic/contrib) not this one, gin.