Example #1
0
File: starter.go Project: ssrl/gon
func Start() {
	bean.Initialize()
	bootstrap.BootStrap(bean.DefaultAppContext)
}
Example #2
0
func Start() {
	bean.Initialize()
	bootstrap.BootStrap()
}