1
0
mirror of https://github.com/beego/bee.git synced 2025-08-05 15:55:31 +00:00

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

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
} }