Description
It's great to see KeyAuthValidator have got a "echo.Context" param, and returned an error.
Like:
KeyAuthValidator func(string, echo.Context) (error, bool)
But now, golint will say:
error should be the last type when returning multiple items...
😭