forked from mirror/go-ethereum
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 years ago | |
---|---|---|
.. | ||
.gitignore | 9 years ago | |
.travis.yml | 9 years ago | |
AUTHORS | 9 years ago | |
LICENSE | 9 years ago | |
README.md | 9 years ago | |
appveyor.yml | 9 years ago | |
debug.go | 9 years ago | |
debug_debug.go | 9 years ago | |
doc.go | 9 years ago | |
event.go | 9 years ago | |
event_fen.go | 9 years ago | |
event_fsevents.go | 9 years ago | |
event_inotify.go | 9 years ago | |
event_kqueue.go | 9 years ago | |
event_readdcw.go | 9 years ago | |
event_stub.go | 9 years ago | |
event_trigger.go | 9 years ago | |
node.go | 9 years ago | |
notify.go | 9 years ago | |
tree.go | 9 years ago | |
tree_nonrecursive.go | 9 years ago | |
tree_recursive.go | 9 years ago | |
util.go | 9 years ago | |
watcher.go | 9 years ago | |
watcher_fen.go | 9 years ago | |
watcher_fen_cgo.go | 9 years ago | |
watcher_fsevents.go | 9 years ago | |
watcher_fsevents_cgo.go | 9 years ago | |
watcher_inotify.go | 9 years ago | |
watcher_kqueue.go | 9 years ago | |
watcher_readdcw.go | 9 years ago | |
watcher_stub.go | 9 years ago | |
watcher_trigger.go | 9 years ago | |
watchpoint.go | 9 years ago | |
watchpoint_other.go | 9 years ago | |
watchpoint_readdcw.go | 9 years ago |
README.md
notify
![Coverage Status](https://img.shields.io/coveralls/rjeczalik/notify/master.svg)
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