예제 #1
0
파일: starter.go 프로젝트: ssrl/gon
func Start() {
	bean.Initialize()
	bootstrap.BootStrap(bean.DefaultAppContext)
}
예제 #2
0
파일: starter.go 프로젝트: chanwit/gon
func Start() {
	bean.Initialize()
	bootstrap.BootStrap()
}