1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/vendor/github.com/rjeczalik/notify
2018-08-28 10:03:33 +03:00
..
appveyor.yml
AUTHORS
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
LICENSE
node.go
notify.go
README.md
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 vendor: github.com/rjeczalik/notify update to master (#17527) 2018-08-28 10:03:33 +03:00
watcher_inotify.go
watcher_kqueue.go
watcher_notimplemented.go
watcher_readdcw.go
watcher_stub.go
watcher_trigger.go
watchpoint.go
watchpoint_other.go
watchpoint_readdcw.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