Middleware in Go
When building an application, a middleware is a code that hooks on the server-based request/response lifecycle, which will then chain the request from the client to the next middleware function and eventually the last function.
This article thoroughl...
atandanafiu.hashnode.dev6 min read