(ctx iris.Context)
| 67 | } |
| 68 | |
| 69 | func writePathHandlerPage5(ctx iris.Context) { |
| 70 | ctx.Writef("Hello from %s.\nparamfirst(int)=%d", ctx.Path(), ctx.Params().GetIntDefault("paramfirst", 0)) |
| 71 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…