Would it be possible to add names (or tags) to routes and maybe a route generator. Instead of manually writing routes for redirects in my code, I'd prefer to call something like `router.Generate(name string, params map[string]string)`
Would it be possible to add names (or tags) to routes and maybe a route generator.
Instead of manually writing routes for redirects in my code, I'd prefer to call something like
router.Generate(name string, params map[string]string)