Gorilla is a web toolkit for the Go programming language.
I would like to have some of my query parameters be optional. As for now, I have r.HandleFunc("/user", …
go gorillaI am fairly new to Go and have not been able to find any information on this, maybe it is …
go gorillaUsing code below, when I access /test2 it responds with 404 - not found. /test1 works correctly. Why is that? Is …
go mux gorilla