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