quorum/vendor/github.com/rjeczalik/notify
amalraj.manigmail.com c2b98220eb Merge remote-tracking branch 'remotes/origin/master' into geth-upgrade-1.8.18-latest
# Conflicts:
#	.travis.yml
#	cmd/geth/consolecmd_test.go
#	vendor/github.com/rjeczalik/notify/watcher_readdcw.go
#	vendor/golang.org/x/sys/cpu/cpu.go
#	vendor/golang.org/x/sys/cpu/cpu_arm.go
#	vendor/golang.org/x/sys/cpu/cpu_arm64.go
#	vendor/golang.org/x/sys/cpu/cpu_mips64x.go
#	vendor/golang.org/x/sys/cpu/cpu_mipsx.go
#	vendor/golang.org/x/sys/cpu/cpu_ppc64x.go
#	vendor/golang.org/x/sys/cpu/cpu_s390x.go
#	vendor/vendor.json
2019-02-10 20:31:51 +08:00
..
AUTHORS Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
LICENSE Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
README.md fixgo11 2019-01-14 15:14:41 +00:00
appveyor.yml fixgo11 2019-01-14 15:14:41 +00:00
debug.go Merge attempt 2018-05-31 14:16:44 +08:00
debug_debug.go fixgo11 2019-01-14 15:14:41 +00:00
debug_nodebug.go fixgo11 2019-01-14 15:14:41 +00:00
doc.go Merge attempt 2018-05-31 14:16:44 +08:00
event.go Merge attempt 2018-05-31 14:16:44 +08:00
event_fen.go Geth 1.7.2 rebase and addition of Istanbul BFT (#207) 2017-10-31 18:24:11 -04:00
event_fsevents.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
event_inotify.go Merge attempt 2018-05-31 14:16:44 +08:00
event_kqueue.go Geth 1.7.2 rebase and addition of Istanbul BFT (#207) 2017-10-31 18:24:11 -04:00
event_readdcw.go Merge attempt 2018-05-31 14:16:44 +08:00
event_stub.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
event_trigger.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
go.mod fixgo11 2019-01-14 15:14:41 +00:00
node.go Revert "Fix vendor package error in Mojave" 2018-10-24 11:22:22 +08:00
notify.go Geth 1.7.2 rebase and addition of Istanbul BFT (#207) 2017-10-31 18:24:11 -04:00
tree.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
tree_nonrecursive.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
tree_recursive.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
util.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
watcher.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
watcher_fen.go Merge attempt 2018-05-31 14:16:44 +08:00
watcher_fen_cgo.go Geth 1.7.2 rebase and addition of Istanbul BFT (#207) 2017-10-31 18:24:11 -04:00
watcher_fsevents.go Merge attempt 2018-05-31 14:16:44 +08:00
watcher_fsevents_cgo.go fixgo11 2019-01-14 15:14:41 +00:00
watcher_inotify.go Merge attempt 2018-05-31 14:16:44 +08:00
watcher_kqueue.go Merge attempt 2018-05-31 14:16:44 +08:00
watcher_notimplemented.go fixgo11 2019-01-14 15:14:41 +00:00
watcher_readdcw.go fixgo11 2019-01-14 15:14:41 +00:00
watcher_stub.go fixgo11 2019-01-14 15:14:41 +00:00
watcher_trigger.go fixgo11 2019-01-14 15:14:41 +00:00
watchpoint.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
watchpoint_other.go Geth 1.7.2 rebase and addition of Istanbul BFT (#207) 2017-10-31 18:24:11 -04:00
watchpoint_readdcw.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00

README.md

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