mirror of
https://github.com/astaxie/beego.git
synced 2024-11-25 19:10:54 +00:00
fix the comments for the \d
This commit is contained in:
parent
f6a1a6c9bf
commit
a3888cef7f
@ -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 + `})
|
||||||
`
|
`
|
||||||
|
Loading…
Reference in New Issue
Block a user