quorum/vendor/github.com/rjeczalik/notify
Patrick Mylund Nielsen 3d91976f08
Geth 1.7.2 rebase and addition of Istanbul BFT (#207)
2017-10-31 18:24:11 -04:00
..
.gitignore Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
.travis.yml Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02: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 Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
appveyor.yml Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
debug.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
debug_debug.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
doc.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
event.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02: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 Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02: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 Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02: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 Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02: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 Geth 1.7.2 rebase and addition of Istanbul BFT (#207) 2017-10-31 18:24:11 -04: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 Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
watcher_fsevents_cgo.go Geth 1.7.2 rebase and addition of Istanbul BFT (#207) 2017-10-31 18:24:11 -04:00
watcher_inotify.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
watcher_kqueue.go Geth 1.7.2 rebase and addition of Istanbul BFT (#207) 2017-10-31 18:24:11 -04:00
watcher_readdcw.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
watcher_stub.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
watcher_trigger.go Geth 1.7.2 rebase and addition of Istanbul BFT (#207) 2017-10-31 18:24:11 -04: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