Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: manage keepers in app.go in a map for better organization
This commit refactors the management of keepers in app.go to a map instead of individual variables. This decouples the initialization steps of the individual components, so they can be more easily extracted in subsequent refactorings.
- Loading branch information