Merge pull request #345 from amrfaissal/develop

This fixes #147
This commit is contained in:
Faissal Elamraoui 2016-12-25 13:56:47 +01:00 committed by GitHub
commit 1799601be1
1 changed files with 1 additions and 1 deletions

View File

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