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