aboutsummaryrefslogtreecommitdiff
path: root/internal/feed/cache/v2.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/feed/cache/v2.go')
-rw-r--r--internal/feed/cache/v2.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/feed/cache/v2.go b/internal/feed/cache/v2.go
index 5d6ff9e..aab0f90 100644
--- a/internal/feed/cache/v2.go
+++ b/internal/feed/cache/v2.go
@@ -41,7 +41,7 @@ func (cache *v2Cache) Info() string {
return cache.asV1().Info()
}
-func (cache *v2Cache) SpecificInfo(i interface{}) string {
+func (cache *v2Cache) SpecificInfo(i any) string {
return cache.asV1().SpecificInfo(i)
}