plugeth/vendor/github.com/rjeczalik/notify
2017-02-16 13:44:09 +01:00
..
appveyor.yml
AUTHORS
debug_debug.go
debug.go
doc.go
event_fen.go vendor: update dependencies with github.com/kardianos/govendor 2017-02-16 13:44:09 +01:00
event_fsevents.go
event_inotify.go
event_kqueue.go vendor: update dependencies with github.com/kardianos/govendor 2017-02-16 13:44:09 +01:00
event_readdcw.go
event_stub.go
event_trigger.go
event.go
LICENSE
node.go
notify.go vendor: update dependencies with github.com/kardianos/govendor 2017-02-16 13:44:09 +01:00
README.md
tree_nonrecursive.go
tree_recursive.go
tree.go
util.go
watcher_fen_cgo.go vendor: update dependencies with github.com/kardianos/govendor 2017-02-16 13:44:09 +01:00
watcher_fen.go vendor: update dependencies with github.com/kardianos/govendor 2017-02-16 13:44:09 +01:00
watcher_fsevents_cgo.go vendor: update dependencies with github.com/kardianos/govendor 2017-02-16 13:44:09 +01:00
watcher_fsevents.go
watcher_inotify.go
watcher_kqueue.go vendor: update dependencies with github.com/kardianos/govendor 2017-02-16 13:44:09 +01:00
watcher_readdcw.go
watcher_stub.go
watcher_trigger.go vendor: update dependencies with github.com/kardianos/govendor 2017-02-16 13:44:09 +01:00
watcher.go
watchpoint_other.go vendor: update dependencies with github.com/kardianos/govendor 2017-02-16 13:44:09 +01:00
watchpoint_readdcw.go
watchpoint.go

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