quorum/vendor/github.com/rjeczalik/notify
Qvintvs 4b44bea1d7 Merge attempt 2018-05-31 14:16:44 +08:00
..
AUTHORS Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
LICENSE Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
README.md Merge attempt 2018-05-31 14:16:44 +08:00
appveyor.yml Merge attempt 2018-05-31 14:16:44 +08:00
debug.go Merge attempt 2018-05-31 14:16:44 +08:00
debug_debug.go Merge attempt 2018-05-31 14:16:44 +08:00
debug_nodebug.go Merge attempt 2018-05-31 14:16:44 +08:00
doc.go Merge attempt 2018-05-31 14:16:44 +08:00
event.go Merge attempt 2018-05-31 14:16:44 +08:00
event_fen.go Geth 1.7.2 rebase and addition of Istanbul BFT (#207) 2017-10-31 18:24:11 -04:00
event_fsevents.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
event_inotify.go Merge attempt 2018-05-31 14:16:44 +08:00
event_kqueue.go Geth 1.7.2 rebase and addition of Istanbul BFT (#207) 2017-10-31 18:24:11 -04:00
event_readdcw.go Merge attempt 2018-05-31 14:16:44 +08:00
event_stub.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
event_trigger.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
node.go Merge attempt 2018-05-31 14:16:44 +08:00
notify.go Geth 1.7.2 rebase and addition of Istanbul BFT (#207) 2017-10-31 18:24:11 -04:00
tree.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
tree_nonrecursive.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
tree_recursive.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
util.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
watcher.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
watcher_fen.go Merge attempt 2018-05-31 14:16:44 +08:00
watcher_fen_cgo.go Geth 1.7.2 rebase and addition of Istanbul BFT (#207) 2017-10-31 18:24:11 -04:00
watcher_fsevents.go Merge attempt 2018-05-31 14:16:44 +08:00
watcher_fsevents_cgo.go Merge attempt 2018-05-31 14:16:44 +08:00
watcher_inotify.go Merge attempt 2018-05-31 14:16:44 +08:00
watcher_kqueue.go Merge attempt 2018-05-31 14:16:44 +08:00
watcher_readdcw.go Merge attempt 2018-05-31 14:16:44 +08:00
watcher_stub.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
watcher_trigger.go Merge attempt 2018-05-31 14:16:44 +08:00
watchpoint.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
watchpoint_other.go Geth 1.7.2 rebase and addition of Istanbul BFT (#207) 2017-10-31 18:24:11 -04:00
watchpoint_readdcw.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00

README.md

notify GoDoc Build Status Build status Coverage Status

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