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