Update vendor/

This commit is contained in:
Andrey Nering
2019-01-19 19:25:49 -02:00
parent 4f2a84b426
commit dfb804fe3f
10 changed files with 202 additions and 45 deletions

View File

@@ -4,6 +4,6 @@ package watcher
import "os"
func SameFile(fi1, fi2 os.FileInfo) bool {
func sameFile(fi1, fi2 os.FileInfo) bool {
return os.SameFile(fi1, fi2)
}