This tag should be used on questions related to the go-chi HTTP router.
go-chi is a lightweight router for building HTTP services, and especially REST API servers, in Go. It uses the context
package introduced in Go 1.7 and aims at being fast, idiomatic and compatible with the standard Go net/http
library.