Hacker News new | ask | show | jobs
by saiongole 3203 days ago
https://github.com/gorilla/mux
2 comments

Same here.

I love this about Go. A router and you are off and running.

It is so simple to wrap handlers with your own middleware for auth, pre-flighting etc.

https://github.com/bitexploder/gowebexample

I put together a little example web app based based on a few popular packages, including gorilla / mux. It's not a framework, just a nice starting point for little apps.