Removed (almost) all remaining init()

This commit is contained in:
Deluan
2020-01-08 10:25:23 -05:00
committed by Deluan Quintão
parent 5d2a7b1db1
commit 23e38ec82f
5 changed files with 34 additions and 23 deletions
+1
View File
@@ -22,6 +22,7 @@ type App struct {
func (a *App) Initialize() {
a.logger = logrus.New()
initMimeTypes()
a.initRoutes()
a.initImporter()
}