Official Go implementation of the Ethereum protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
go-ethereum/vendor/github.com/rjeczalik/notify
Felix Lange 2c4455b12a vendor: update dependencies with github.com/kardianos/govendor 8 years ago
..
AUTHORS Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
LICENSE Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
README.md Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
appveyor.yml Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
debug.go Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
debug_debug.go Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
doc.go Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
event.go Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
event_fen.go vendor: update dependencies with github.com/kardianos/govendor 8 years ago
event_fsevents.go Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
event_inotify.go Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
event_kqueue.go vendor: update dependencies with github.com/kardianos/govendor 8 years ago
event_readdcw.go Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
event_stub.go Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
event_trigger.go Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
node.go Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
notify.go vendor: update dependencies with github.com/kardianos/govendor 8 years ago
tree.go Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
tree_nonrecursive.go Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
tree_recursive.go Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
util.go Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
watcher.go Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
watcher_fen.go vendor: update dependencies with github.com/kardianos/govendor 8 years ago
watcher_fen_cgo.go vendor: update dependencies with github.com/kardianos/govendor 8 years ago
watcher_fsevents.go Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
watcher_fsevents_cgo.go vendor: update dependencies with github.com/kardianos/govendor 8 years ago
watcher_inotify.go Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
watcher_kqueue.go vendor: update dependencies with github.com/kardianos/govendor 8 years ago
watcher_readdcw.go Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
watcher_stub.go Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
watcher_trigger.go vendor: update dependencies with github.com/kardianos/govendor 8 years ago
watchpoint.go Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
watchpoint_other.go vendor: update dependencies with github.com/kardianos/govendor 8 years ago
watchpoint_readdcw.go Godeps, vendor: convert dependency management to trash (#3198) 8 years ago

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