mirror of
https://github.com/restic/restic.git
synced 2025-03-16 00:00:05 +01:00
fixed import
This commit is contained in:
parent
e9a65d0ecc
commit
03b092d22c
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ func walkDir(dir string) <-chan *dirEntry {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
stat, err := toStatT(info.Sys())
|
stat, err := restic.toStatT(info.Sys())
|
||||||
if !err {
|
if !err {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue