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