watermill
watermill copied to clipboard
fix: first added middleware should be executed first
Reverse the middleware execution order. router.go:210 and router.go:197 use to append middleware instead of prepend it.
Reversing the loop so it will execute the middleware that got added first.