Tags: mkobaly/chi
Toggle v3.2.1's commit message
Toggle v3.2.0's commit message
FindRoute now returns specific method handler along with endpoints map
Toggle v3.1.5's commit message
go vet and golint the project, release 3.1.5
Toggle v3.1.4's commit message
Ensure enough param values in mount handler
Toggle v3.1.3's commit message
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
Toggle v3.1.2's commit message
Flatten Context.URLParams data structure
Toggle v3.1.1's commit message
Merge branch 'master' of github.com:go-chi/chi
Toggle v3.1.0's commit message
Toggle v3.0.0's commit message
Update README with latest benchmarks of v3
Toggle v2.1.0's commit message
Update README, CHANGELOG, other comments
You can’t perform that action at this time.