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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user