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
I am moving my handler from net/http / mux to httprouter and my tests are failing. I am doing a request to a server running in a separate go routine. httprouter is complaining that the path must start with /, not sure why.
Hi,
I am moving my handler from
net/http / mux
tohttprouter
and my tests are failing. I am doing a request to a server running in a separate go routine.httprouter
is complaining that the path must start with/
, not sure why.httprouter implementation:
test calling the pth
Not sure it is throwing a
panic
. It has no issues running withnet/http
mux.The text was updated successfully, but these errors were encountered: