Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v3.1.3

@VojtechVitek VojtechVitek tagged this 25 Jul 17:24
* 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
Assets 2
Loading