Top "Gorilla" questions

Gorilla is a web toolkit for the Go programming language.

Understanding the http handlerfunc wrapper technique in Go

I saw an article written by Mat Ryer about how you can use a server type and http handlers of …

rest http go wrapper gorilla
How to have an optional query in GET request using Gorilla Mux?

I would like to have some of my query parameters be optional. As for now, I have r.HandleFunc("/user", …

go gorilla
Golang http mux change handler function

I am fairly new to Go and have not been able to find any information on this, maybe it is …

go gorilla
Nested Gorilla Mux router does not work

Using code below, when I access /test2 it responds with 404 - not found. /test1 works correctly. Why is that? Is …

go mux gorilla