Update deps

This commit is contained in:
Andrey Nering
2018-06-24 10:40:44 -03:00
parent 09eab770a7
commit f4d3855528
131 changed files with 15927 additions and 5676 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)
}