diff --git a/route/route.go b/route/route.go index e872027f8..0f9e35dc9 100644 --- a/route/route.go +++ b/route/route.go @@ -38,7 +38,7 @@ type Route struct { // Used by the RRPicker total uint64 - // Matcher represents compiled pattern. + // Glob represents compiled pattern. Glob glob.Glob }