From 654de0fbc3a899168969fb1d693813df9ece33cc Mon Sep 17 00:00:00 2001 From: asoseil Date: Sun, 8 Oct 2017 23:29:10 +0200 Subject: [PATCH] notify from moby --- notify.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/notify.go b/notify.go index 9296745..fc823aa 100644 --- a/notify.go +++ b/notify.go @@ -1,5 +1,9 @@ package main +// this code is imported from moby, unfortunately i can't import it directly from its repo, +// cause there was a problem with moby vendor and fsnotify +// i have just added only walk methods and some little changes to polling interval, originally set as static. + import ( "errors" "fmt"