Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
Signed-off-by: gotjosh <josue.abreu@gmail.com>
  • Loading branch information
gotjosh authored and qinxx108 committed Sep 21, 2023
1 parent cc7834b commit 32a69e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dispatch/route.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,7 @@ func (r *Route) Key() string {
return b.String()
}

// ID returns a unique identifier for the route, unlike Key(). This need to be called after full route tree
// finish generated as it need to know the position of this route in the whole tree
// ID returns a unique identifier for the route.
func (r *Route) ID() string {
b := strings.Builder{}

Expand Down

0 comments on commit 32a69e6

Please sign in to comment.