示例#1
0
func main() {
	var server core.Module
	service.Run(&server)
}
示例#2
0
func main() {
	service.Run(&App{})
}