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
+2 -2
View File
@@ -24,8 +24,8 @@ type fileInfo struct {
inProgress bool
sparse bool
size int64
location string // file on local filesystem relative to restorer basedir
blobs interface{} // blobs of the file
location string // file on local filesystem relative to restorer basedir
blobs any // blobs of the file
state *fileState
}
+1 -1
View File
@@ -26,7 +26,7 @@ import (
"github.com/restic/restic/internal/ui/progress"
)
type Node interface{}
type Node any
type Snapshot struct {
Nodes map[string]Node