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

added export for filepath

This commit is contained in:
jgfrm 2017-02-09 22:06:04 +01:00
parent 49cd7f0936
commit c5705645a6

View file

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