mirror of
https://github.com/kataras/iris.git
synced 2026-08-08 13:39:00 +00:00
CI: minor: use the new exclude-paths (dependabot PR approved some days ago)
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ type RouteReadOnly interface {
|
||||
|
||||
// Property returns a specific property based on its "key"
|
||||
// of this route's Party owner.
|
||||
Property(key string) (interface{}, bool)
|
||||
Property(key string) (any, bool)
|
||||
|
||||
// Sitemap properties: https://www.sitemaps.org/protocol.html
|
||||
|
||||
|
||||
Reference in New Issue
Block a user