cristiangraz
cristiangraz
Do you just need some data accessible to handlers? You could rework your example to something like this: ```go // Server ... type Server { DB *sql.DB FS foo Lgr...
Hi @ksenish, I can't think of a way to accomplish this with the library as-is while still addressing the ability to omit a unit amount all together. I did peak...
I'm not aware of anyone who is working on it. I just looked through the docs briefly and it seems like it should be a fairly easy transition to V3...
Hi @TeriVolta, If you'd like to add the functionality and open a PR we'd definitely appreciate it. We don't have any plans to add this in at the moment. If...
Hi @ordo-viddler, apologies for the delay as I've been very busy. I really appreciate the PR -- the holdup has been mostly thinking about the `query` param being exported, and...
@ordo-viddler I'm not working on this feature currently—a PR would be great!