diff --git a/notify.go b/notify.go index fc823aa..49400d0 100644 --- a/notify.go +++ b/notify.go @@ -1,7 +1,7 @@ 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 +// this code is imported from moby, unfortunately i can't import it directly as dependencies from its repo, +// cause there was a problem between moby vendor and fsnotify // i have just added only walk methods and some little changes to polling interval, originally set as static. import (