Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/dulumao/rux
Browse files Browse the repository at this point in the history
  • Loading branch information
dulumao committed Jul 5, 2020
2 parents 0db5d30 + ba2e9ae commit 2157808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router.go
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ func (r *Router) GetRoute(name string) *Route {
return r.namedRoutes[name]
}

// NamedRoutes get name of routes.
// NamedRoutes get all named routes.
func (r *Router) NamedRoutes() map[string]*Route {
return r.namedRoutes
}
Expand Down

0 comments on commit 2157808

Please sign in to comment.