Apply go fix -any ./...

This commit is contained in:
Michael Eischer
2026-07-22 22:25:18 +02:00
parent d4088aa09b
commit 32e9869cc8
63 changed files with 197 additions and 197 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import (
)
// TestTree is used to construct a list of trees for testing the walker.
type TestTree map[string]interface{}
type TestTree map[string]any
// TestFile is used to test the walker.
type TestFile struct {