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