# README
notify

Filesystem event notification library on steroids. (under active development)
Documentation
godoc.org/github.com/rjeczalik/notify
Installation
~ $ go get -u github.com/rjeczalik/notify
Projects using notify
# Constants
All is handful alias for all platform-independent event values.
Create, Remove, Write and Rename are the only event values guaranteed to be present on all platforms.
File was accessed.
Metadata changed.
Unwrittable file closed.
Writtable file was closed.
Subfile was created.
Subfile was deleted.
Self was deleted.
File was modified.
File was moved from X.
File was moved to Y.
Self was moved.
File was opened.
Create, Remove, Write and Rename are the only event values guaranteed to be present on all platforms.
Create, Remove, Write and Rename are the only event values guaranteed to be present on all platforms.
Create, Remove, Write and Rename are the only event values guaranteed to be present on all platforms.
# Interfaces
EventInfo describes an event reported by the underlying filesystem notification subsystem.
# Type aliases
Event represents the type of filesystem action.