minio/vendor/github.com/rjeczalik/notify
Praveen raj Mani 01721a840a Build fix for go1.11rc1 (#6354)
Vendorized the following packages

- "github.com/rjeczalik/notify"
- "github.com/minio/highwayhash"

Fixes #6315
2018-08-24 13:29:17 +05:30
..
appveyor.yml Build fix for go1.11rc1 (#6354) 2018-08-24 13:29:17 +05:30
AUTHORS Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
debug.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
debug_debug.go Build fix for go1.11rc1 (#6354) 2018-08-24 13:29:17 +05:30
debug_nodebug.go Build fix for go1.11rc1 (#6354) 2018-08-24 13:29:17 +05:30
doc.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
event.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
event_fen.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
event_fsevents.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
event_inotify.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
event_kqueue.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
event_readdcw.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
event_stub.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
event_trigger.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
LICENSE Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
node.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
notify.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
README.md Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
tree.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
tree_nonrecursive.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
tree_recursive.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
util.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
watcher.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
watcher_fen.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
watcher_fen_cgo.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
watcher_fsevents.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
watcher_fsevents_cgo.go Build fix for go1.11rc1 (#6354) 2018-08-24 13:29:17 +05:30
watcher_fsevents_go1.10.go Build fix for go1.11rc1 (#6354) 2018-08-24 13:29:17 +05:30
watcher_fsevents_go1.11.go Build fix for go1.11rc1 (#6354) 2018-08-24 13:29:17 +05:30
watcher_inotify.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
watcher_kqueue.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
watcher_notimplemented.go Build fix for go1.11rc1 (#6354) 2018-08-24 13:29:17 +05:30
watcher_readdcw.go Build fix for go1.11rc1 (#6354) 2018-08-24 13:29:17 +05:30
watcher_stub.go Build fix for go1.11rc1 (#6354) 2018-08-24 13:29:17 +05:30
watcher_trigger.go Build fix for go1.11rc1 (#6354) 2018-08-24 13:29:17 +05:30
watchpoint.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
watchpoint_other.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
watchpoint_readdcw.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07: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