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/Godeps/_workspace/src/github.com/rjeczalik/notify
Felix Lange ef63e9af55 Godeps: add github.com/rjeczalik/notify 9 years ago
..
.gitignore Godeps: add github.com/rjeczalik/notify 9 years ago
.travis.yml Godeps: add github.com/rjeczalik/notify 9 years ago
AUTHORS Godeps: add github.com/rjeczalik/notify 9 years ago
LICENSE Godeps: add github.com/rjeczalik/notify 9 years ago
README.md Godeps: add github.com/rjeczalik/notify 9 years ago
appveyor.yml Godeps: add github.com/rjeczalik/notify 9 years ago
debug.go Godeps: add github.com/rjeczalik/notify 9 years ago
debug_debug.go Godeps: add github.com/rjeczalik/notify 9 years ago
doc.go Godeps: add github.com/rjeczalik/notify 9 years ago
event.go Godeps: add github.com/rjeczalik/notify 9 years ago
event_fen.go Godeps: add github.com/rjeczalik/notify 9 years ago
event_fsevents.go Godeps: add github.com/rjeczalik/notify 9 years ago
event_inotify.go Godeps: add github.com/rjeczalik/notify 9 years ago
event_kqueue.go Godeps: add github.com/rjeczalik/notify 9 years ago
event_readdcw.go Godeps: add github.com/rjeczalik/notify 9 years ago
event_stub.go Godeps: add github.com/rjeczalik/notify 9 years ago
event_trigger.go Godeps: add github.com/rjeczalik/notify 9 years ago
node.go Godeps: add github.com/rjeczalik/notify 9 years ago
notify.go Godeps: add github.com/rjeczalik/notify 9 years ago
tree.go Godeps: add github.com/rjeczalik/notify 9 years ago
tree_nonrecursive.go Godeps: add github.com/rjeczalik/notify 9 years ago
tree_recursive.go Godeps: add github.com/rjeczalik/notify 9 years ago
util.go Godeps: add github.com/rjeczalik/notify 9 years ago
watcher.go Godeps: add github.com/rjeczalik/notify 9 years ago
watcher_fen.go Godeps: add github.com/rjeczalik/notify 9 years ago
watcher_fen_cgo.go Godeps: add github.com/rjeczalik/notify 9 years ago
watcher_fsevents.go Godeps: add github.com/rjeczalik/notify 9 years ago
watcher_fsevents_cgo.go Godeps: add github.com/rjeczalik/notify 9 years ago
watcher_inotify.go Godeps: add github.com/rjeczalik/notify 9 years ago
watcher_kqueue.go Godeps: add github.com/rjeczalik/notify 9 years ago
watcher_readdcw.go Godeps: add github.com/rjeczalik/notify 9 years ago
watcher_stub.go Godeps: add github.com/rjeczalik/notify 9 years ago
watcher_trigger.go Godeps: add github.com/rjeczalik/notify 9 years ago
watchpoint.go Godeps: add github.com/rjeczalik/notify 9 years ago
watchpoint_other.go Godeps: add github.com/rjeczalik/notify 9 years ago
watchpoint_readdcw.go Godeps: add github.com/rjeczalik/notify 9 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