1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-03 05:13:27 +00:00

fix the comments for the \d

This commit is contained in:
astaxie 2014-08-25 19:47:57 +08:00
parent f6a1a6c9bf
commit a3888cef7f

View File

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