gin icon indicating copy to clipboard operation
gin copied to clipboard

Allow the ability to make DebugPrintRouteFunc more verbose

Open SilverCory opened this issue 1 year ago • 0 comments

Allow passing the handlers (whilst maintaining backwards compatibility) by passing the raw handlers array.

  • Adds new variable DebugPrintRouteRawFunc
  • Makes DebugPrintRouteRawFunc call DebugPrintRouteFunc by default.
  • DebugPrintRouteFunc debug prints by default.

I plan on using this for some gross codegen, I'd also welcome other ideas.

SilverCory avatar Dec 12 '22 20:12 SilverCory