Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I personally use gin https://github.com/gin-gonic/gin and have never looked back


+1 here. Gin is a pretty reasonable web framework that sticks to the core go patterns and practices, but provides some good built in helpers. It includes http router (a high performance route handlers and dispatcher), and the implementation of middlewares is nice.

We've tried with Revel, and I completely agree with the post here. We could use net/http directly, but gin is working super well for us right now.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: