/rfsnotify

recursive directory notifications for fsnotify (golang)

Primary LanguageGoOtherNOASSERTION

rfsnotify

recursive directory notifications built as a wrapper around fsnotify (golang)

GoDoc

This is a thin wrapper around https://github.com/fsnotify/fsnotify instead of only monitoring a top level folder, it allows you to monitor all folders underneath the folder you specify.

Example:

An example can be found here.