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.
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.
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.