notify
File system event notification library with simple API, similar to os/signal
About notify
notify

Filesystem event notification library on steroids.
Documentation
godoc.org/github.com/rjeczalik/notify
Installation
~ $ go get -u github.com/rjeczalik/notify
Projects using notify
Frequently Asked Questions
What is notify?
notify is a File Handling library for the Go programming language. File system event notification library with simple API, similar to os/signal
How do I install notify?
Install notify with the Go module system using `go get rjeczalik/notify`. Check the repository for the current installation instructions.
What category does notify belong to?
notify is listed under File Handling, specifically File Handling.