2021-04-10 18:46:51 +00:00
|
|
|
package main
|
|
|
|
|
|
|
|
import (
|
2021-05-01 17:50:03 +00:00
|
|
|
"bitbucket.org/skeris/heruvym/app"
|
2021-04-10 18:46:51 +00:00
|
|
|
"github.com/skeris/appInit"
|
|
|
|
)
|
|
|
|
|
|
|
|
func main() {
|
2021-05-11 10:57:58 +00:00
|
|
|
appInit.Initialize(app.New, app.Options{})
|
2021-04-10 18:46:51 +00:00
|
|
|
}
|