ANAtanda Nafiuinatandanafiu.hashnode.dev·Jun 9, 2023 · 6 min readMiddleware in GoWhen 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...00