Merge pull request #109 from Frylock13/patch-1

Update g_controllers.go
This commit is contained in:
astaxie 2015-04-26 15:09:17 +08:00
commit 59e10cc2c7
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
} }