How to test fiber params
I need to write a test for one of the handlers. Inside the handler I have somethings like: ctx.Params("id") Is it possible to create a context so that inside the handler Params are not nil? I tried to change the Params field using ctx.Route().Params, but it didn’t work >Solution : I think it’s better to… Read More How to test fiber params