package main import ( "github.com/skeris/appInit" "gitea.pena/SQuiz/core/app" ) func main() { appInit.Initialize(app.New, app.Options{}) }