mirror of
https://github.com/restic/restic.git
synced 2026-08-06 05:33:17 +00:00
Apply go fix -any ./...
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user