1
0
mirror of https://github.com/beego/bee.git synced 2024-11-22 10:10:53 +00:00

Update g_controllers.go

This commit is contained in:
Vitaly A 2015-04-26 05:26:26 +03:00
parent 73874efe19
commit 43ef051a29

View File

@ -63,7 +63,7 @@ import (
"github.com/astaxie/beego"
)
// oprations for {{controllerName}}
// operations for {{controllerName}}
type {{controllerName}}Controller struct {
beego.Controller
}