aboutsummaryrefslogtreecommitdiff
path: root/internal/rtree/index.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rtree/index.go')
-rw-r--r--internal/rtree/index.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rtree/index.go b/internal/rtree/index.go
index 09ababa..a329cd7 100644
--- a/internal/rtree/index.go
+++ b/internal/rtree/index.go
@@ -57,7 +57,7 @@ func ReadIndex() (*Index, []error) {
//validate YAML
var errs []error
- missing := func(key string, args ...interface{}) {
+ missing := func(key string, args ...any) {
errs = append(errs, fmt.Errorf("read %s: missing \"%s\"",
IndexPath, fmt.Sprintf(key, args...),
))