Last analyzed 903c538 6 months ago
Default analysis branch is
Currently analyzing run
Exported function returning value of unexported type RVV-B0011
Anti-pattern
6 months ago6 months old
exported func CreateRouter returns unexported type *core.router, which can be annoying to use
 69	return fiberApp
 70}
 71
 72func CreateRouter() *router { 73	return &router{
 74		appRoutes:     make(map[string][]*ExtendedRoute),
 75		projectRoutes: []*Route{},