Deepak Ramachandran

Results 3 issues of Deepak Ramachandran

Implements this feature (https://github.com/labstack/echo/issues/2557) Adds :from-:to route. example /flights/:from-:to ![image](https://github.com/labstack/echo/assets/42649107/99a3325a-acd1-4092-b5e0-863f85f69124) ![image](https://github.com/labstack/echo/assets/42649107/39aa6917-1884-4ae2-9131-62ac23682a5c)

Fixes [Issue-185](https://github.com/google/wire/issues/185) Previously, wire used to generate global variables and inject them in place of `wire.Value(..)` but now it won't create global variables at all and instead puts the value...

### What changes are being made and why? ##### TLDR: This is essential for #4064 and many more "queue" involved features in the future The right way to batch a...