go-ethereum/Godeps/_workspace/src/github.com/rjeczalik/notify
2016-04-12 15:58:07 +02:00
..
.gitignore Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00
.travis.yml Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00
appveyor.yml Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00
AUTHORS Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00
debug.go Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00
debug_debug.go Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00
doc.go Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00
event.go Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00
event_fen.go Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00
event_fsevents.go Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00
event_inotify.go Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00
event_kqueue.go Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00
event_readdcw.go Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00
event_stub.go Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00
event_trigger.go Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00
LICENSE Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00
node.go Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00
notify.go Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00
README.md Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00
tree.go Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00
tree_nonrecursive.go Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00
tree_recursive.go Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00
util.go Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00
watcher.go Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00
watcher_fen.go Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00
watcher_fen_cgo.go Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00
watcher_fsevents.go Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00
watcher_fsevents_cgo.go Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00
watcher_inotify.go Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00
watcher_kqueue.go Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00
watcher_readdcw.go Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00
watcher_stub.go Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00
watcher_trigger.go Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00
watchpoint.go Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00
watchpoint_other.go Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00
watchpoint_readdcw.go Godeps: add github.com/rjeczalik/notify 2016-04-12 15:58:07 +02:00

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