fix the comments for the \d

This commit is contained in:
astaxie 2014-08-25 19:47:57 +08:00
parent f6a1a6c9bf
commit a3888cef7f
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ func genRouterCode() {
beego.GlobalControllerRouter["` + k + `"] = append(beego.GlobalControllerRouter["` + k + `"],
beego.ControllerComments{
"` + strings.TrimSpace(c.Method) + `",
"` + c.Router + `",
` + "`" + c.Router + "`" + `,
` + allmethod + `,
` + params + `})
`