Exemplo n.º 1
0
Arquivo: starter.go Projeto: ssrl/gon
func Start() {
	bean.Initialize()
	bootstrap.BootStrap(bean.DefaultAppContext)
}
Exemplo n.º 2
0
func Start() {
	bean.Initialize()
	bootstrap.BootStrap()
}