Abah Joseph

Results 4 issues of Abah Joseph

Please is there a way to add headers when passing in a URL?

invalid

Yes i can see the _examples folder and i can run the code but a short tutorial will defiantly increase adoption, also with a better documentation. Who don`t like a...

docs

Hi, Is anyone experiencing scrollbar locked on mobile? Not sure what the problem is. No error on the console, have checked all css as well. The issue is only on...

it will be cool to have group routing instead of us doing `r := mux.Classic() r.HandleFunc(http.MethodGet, "/admin/home", adminHomeHandler) r.HandleFunc(http.MethodGet, "/admin/profile", adminProfileHandler)` We can just have maybe `admin := mux.Group("admin")` then...