labstack/echox

Missing Middleware Package Import in Echo v4 Documentation

Opened this issue · 0 comments

I've been diving into the Echo framework, utilizing a combination of the official documentation and various YouTube resources to grasp its features. However, I encountered difficulties while working with middlewares. A crucial bit of information missing from the official documentation website. Specifically, I believe the middleware import statement should be prominently featured on either the middleware documentation page or within the quickstart guide. The correct import link can be found on the GitHub readme page I have discovered after a bit of searching.

"github.com/labstack/echo/v4/middleware"