livebud / bud

The Full-Stack Web Framework for Go
MIT License
5.53k stars 182 forks source link

simplify middleware api #404

Closed matthewmueller closed 1 year ago

matthewmueller commented 1 year ago

This PR changes the middleware API from using an interface to just using functions.