Skip to content

Commit

Permalink
update method description
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Jun 23, 2020
1 parent c56e044 commit ba2e9ae
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 ba2e9ae

Please sign in to comment.