// Main is where you should initialize everything you need for your app to run func Main() { base.Initialize() log.Debug("Registration complete") base.ServeEndpoints(setupMiddleware(), base.Endpoints()) }
func InitTest() { base.Initialize() }