mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-07-16 23:11:04 -05:00
- Move each resource file's init() below its RegisterXRoutes func so the func doc comment stays attached (it was documenting init()). - Note AddRouteRegistrar is init-only and not concurrency-safe. - Reword RegisterAll: registrar order is unspecified and irrelevant.