heruvym/main.go

10 lines
150 B
Go
Raw Normal View History

2021-04-10 18:46:51 +00:00
package main
import (
"bitbucket.org/BlackBroker/heruvym/app"
"github.com/skeris/appInit"
)
func main() {
appInit.Initialize(app.New, getEnv())
}