VU
Size: a a a
VU
zl
VU
zl
zl
VU
zl
VU
VU
zl
VU
AK
AK
AK
zl
AK
AK
zl
AK
routerC := http.NewServeMux()
routerA.Walk(func(route *mux.Route, router *mux.Router, ancestors []*mux.Route) error {
t, _ := route.GetPathTemplate()
routerC.Handle(t, routerA)
return nil
})
routerB.Walk(func(route *mux.Route, router *mux.Router, ancestors []*mux.Route) error {
t, _ := route.GetPathTemplate()
routerC.Handle(t, routerB)
return nil
})
AK