mirror of
https://github.com/restic/restic.git
synced 2025-03-09 00:00:02 +01:00
add missing Node.isNewer method on windows
This commit is contained in:
parent
865d315ad6
commit
f0d160808c
1 changed files with 4 additions and 0 deletions
|
@ -17,3 +17,7 @@ func (node *Node) createCharDevAt(path string) error {
|
|||
func (node *Node) createFifoAt(path string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (node *Node) isNewer(path string, fi os.FileInfo) bool {
|
||||
return false
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue