a6df2be92e
Due to presence of syscall to `epoll_wait` android emulators after Android 10 would crash. This commit has added `amd64` fallback implementations in 2 spots - `tcp-shaker` ref : |
||
---|---|---|
.. | ||
.gitignore | ||
.travis.yml | ||
AUTHORS | ||
LICENSE | ||
README.md | ||
appveyor.yml | ||
debug.go | ||
debug_debug.go | ||
debug_nodebug.go | ||
doc.go | ||
event.go | ||
event_fen.go | ||
event_fsevents.go | ||
event_inotify.go | ||
event_kqueue.go | ||
event_readdcw.go | ||
event_stub.go | ||
event_trigger.go | ||
node.go | ||
notify.go | ||
tree.go | ||
tree_nonrecursive.go | ||
tree_recursive.go | ||
util.go | ||
watcher.go | ||
watcher_fen.go | ||
watcher_fen_cgo.go | ||
watcher_fsevents.go | ||
watcher_fsevents_cgo.go | ||
watcher_inotify.go | ||
watcher_inotify_amd64.go | ||
watcher_kqueue.go | ||
watcher_notimplemented.go | ||
watcher_readdcw.go | ||
watcher_stub.go | ||
watcher_trigger.go | ||
watchpoint.go | ||
watchpoint_other.go | ||
watchpoint_readdcw.go |
README.md
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