1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-16 00:00:05 +01:00

fixed import

This commit is contained in:
jgfrm 2017-02-06 16:48:55 +01:00
parent e9a65d0ecc
commit 03b092d22c

View file

@ -35,7 +35,7 @@ func walkDir(dir string) <-chan *dirEntry {
return nil
}
stat, err := toStatT(info.Sys())
stat, err := restic.toStatT(info.Sys())
if !err {
return nil
}