You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As i try to move the library from Martini to Gin , The panic "path segment conflicts with existing wildcard" was happen . I can not change the rest path of api which is invoke by lots of client on product environment. I found the following way to solve that problem . https://github.com/figoxu/goPraticse/tree/master/3rd/gin/routeInject
There is any risk abount my solution ? Please give some advice .Thanks
The text was updated successfully, but these errors were encountered:
As i try to move the library from Martini to Gin , The panic "path segment conflicts with existing wildcard" was happen . I can not change the rest path of api which is invoke by lots of client on product environment. I found the following way to solve that problem .
https://github.com/figoxu/goPraticse/tree/master/3rd/gin/routeInject
There is any risk abount my solution ? Please give some advice .Thanks
The text was updated successfully, but these errors were encountered: