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.
Harshavardhana
74328c3061
|
7 years ago | |
---|---|---|
.. | ||
AUTHORS | 7 years ago | |
LICENSE | 7 years ago | |
README.md | 7 years ago | |
appveyor.yml | 7 years ago | |
debug.go | 7 years ago | |
debug_debug.go | 7 years ago | |
debug_nodebug.go | 7 years ago | |
doc.go | 7 years ago | |
event.go | 7 years ago | |
event_fen.go | 7 years ago | |
event_fsevents.go | 7 years ago | |
event_inotify.go | 7 years ago | |
event_kqueue.go | 7 years ago | |
event_readdcw.go | 7 years ago | |
event_stub.go | 7 years ago | |
event_trigger.go | 7 years ago | |
node.go | 7 years ago | |
notify.go | 7 years ago | |
tree.go | 7 years ago | |
tree_nonrecursive.go | 7 years ago | |
tree_recursive.go | 7 years ago | |
util.go | 7 years ago | |
watcher.go | 7 years ago | |
watcher_fen.go | 7 years ago | |
watcher_fen_cgo.go | 7 years ago | |
watcher_fsevents.go | 7 years ago | |
watcher_fsevents_cgo.go | 7 years ago | |
watcher_inotify.go | 7 years ago | |
watcher_kqueue.go | 7 years ago | |
watcher_readdcw.go | 7 years ago | |
watcher_stub.go | 7 years ago | |
watcher_trigger.go | 7 years ago | |
watchpoint.go | 7 years ago | |
watchpoint_other.go | 7 years ago | |
watchpoint_readdcw.go | 7 years ago |
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