404 while using dynamic/wildcard route in GIN (GOLANG) — Solved

Sudeep Timalsina
2 min readFeb 4, 2022
Source: echoinnovateit

Here I’ve come up with a quick solution to the problem that you may fall into while developing your API using Golang Gin Framework. You may get into this kind of problem unknowingly sometimes and you may have to spend a lot of hours to find out what actually the issue is.
Well, I am talking about the router conflicts that you may get into while working with the Gin framework. So I…

--

--