Update g_controllers.go

This commit is contained in:
Vitaly A 2015-04-26 05:26:26 +03:00
parent 73874efe19
commit 43ef051a29
1 changed files with 1 additions and 1 deletions

View File

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