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
debug.go
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
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 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
watcher_kqueue.go
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
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