func Init(e *echo.Echo) { e.Pre(middleware.RemoveTrailingSlash()) static.Init(e) todoroutes.Init(e) }