How would you prefer to use middleware in your web app?
I've seen routers that allows you to use middleware like this: router.Use(yourMiddleware) and i've been thinking that there is another approach and i want to know if it's useful or not, I am practicing on coding a mux in go Garson and it occurred to...