示例#1
0
func init() {
	gofcore.RegisterController("order", &OrderController{})
}
示例#2
0
func init() {
	gofcore.RegisterController("home", &HomeController{})
}