a3888cef by astaxie

fix the comments for the \d

1 parent f6a1a6c9
...@@ -148,7 +148,7 @@ func genRouterCode() { ...@@ -148,7 +148,7 @@ func genRouterCode() {
148 beego.GlobalControllerRouter["` + k + `"] = append(beego.GlobalControllerRouter["` + k + `"], 148 beego.GlobalControllerRouter["` + k + `"] = append(beego.GlobalControllerRouter["` + k + `"],
149 beego.ControllerComments{ 149 beego.ControllerComments{
150 "` + strings.TrimSpace(c.Method) + `", 150 "` + strings.TrimSpace(c.Method) + `",
151 "` + c.Router + `", 151 ` + "`" + c.Router + "`" + `,
152 ` + allmethod + `, 152 ` + allmethod + `,
153 ` + params + `}) 153 ` + params + `})
154 ` 154 `
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!