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