mux: remove unused type
1 files changed, 0 insertions(+), 2 deletions(-) M mux.go
M mux.go => mux.go +0 -2
@@ 222,8 222,6 @@ nodeloop: return mux.notFound, r } -type route struct{} - // parseParam returns a node with an empty handler from a path component. func parseParam(pattern string) (name string, typ string) { // README: