1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-16 00:00:05 +01:00
This commit is contained in:
jgfrm 2017-02-09 23:13:52 +01:00
parent c5705645a6
commit d9d823f739

View file

@ -6,8 +6,8 @@ import (
"fmt"
"io/ioutil"
"os"
"syscall"
"path/filepath"
"syscall"
)
func (e *dirEntry) equals(other *dirEntry) bool {