Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Remove go.mod, stick to +incompatible versions for v3.x (go-chi#346)
Release v3.3.1
Release v3.3.0
Release v3.2.1
FindRoute now returns specific method handler along with endpoints map
go vet and golint the project, release 3.1.5
Ensure enough param values in mount handler
Implement router tree Walker, an analogy to filepath.Walk (go-chi#222) * Implement router tree Walker, an analogy to filepath.Walk func Walk(r Routes, walkFn WalkFunc) error type WalkFunc func(method string, route string, handler http.Handler, middlewares ...func(http.Handler) http.Handler) error * Move Walker to tree.go
Flatten Context.URLParams data structure