# README
This is a fork of moby/pkg/filenotify, which relies on Go modules.
The original source code is available at https://github.com/moby/moby/tree/master/pkg/filenotify and is Apache 2.0 licensed.
# Functions
NewEventWatcher returns an fs-event based file watcher.
NewPollingWatcher returns a poll-based file watcher.
# Interfaces
FileWatcher is an interface for implementing file notification watchers.