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