mirror of https://github.com/ethereum/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.
Anton Evangelatov
f236ac710e
|
6 years ago | |
---|---|---|
.. | ||
AUTHORS | ||
LICENSE | ||
README.md | 6 years ago | |
appveyor.yml | 6 years ago | |
debug.go | 7 years ago | |
debug_debug.go | 6 years ago | |
debug_nodebug.go | 6 years ago | |
doc.go | 7 years ago | |
event.go | 7 years ago | |
event_fen.go | ||
event_fsevents.go | ||
event_inotify.go | 7 years ago | |
event_kqueue.go | ||
event_readdcw.go | 7 years ago | |
event_stub.go | ||
event_trigger.go | ||
node.go | 7 years ago | |
notify.go | ||
tree.go | ||
tree_nonrecursive.go | ||
tree_recursive.go | ||
util.go | ||
watcher.go | ||
watcher_fen.go | 7 years ago | |
watcher_fen_cgo.go | ||
watcher_fsevents.go | 7 years ago | |
watcher_fsevents_cgo.go | 6 years ago | |
watcher_inotify.go | 7 years ago | |
watcher_kqueue.go | 7 years ago | |
watcher_notimplemented.go | 6 years ago | |
watcher_readdcw.go | 6 years ago | |
watcher_stub.go | 6 years ago | |
watcher_trigger.go | 6 years ago | |
watchpoint.go | ||
watchpoint_other.go | ||
watchpoint_readdcw.go |
README.md
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