Deepak Ramachandran
Deepak Ramachandran
Implements this feature (https://github.com/labstack/echo/issues/2557) Adds :from-:to route. example /flights/:from-:to  
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...