status-go/vendor/github.com/rjeczalik/notify
Andrea Maria Piana 9f2a4b378f
Verify ens endpoint, only against mainnet (#1657)
* String payload

* Verify ENS Names

* Update status-protocol-go
2019-11-04 11:08:22 +01:00
..
.gitignore migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
.travis.yml migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
AUTHORS
LICENSE
README.md migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
appveyor.yml migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
debug.go
debug_debug.go
debug_nodebug.go
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
go.mod Verify ens endpoint, only against mainnet (#1657) 2019-11-04 11:08:22 +01:00
node.go
notify.go
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
watcher_inotify.go
watcher_kqueue.go
watcher_notimplemented.go
watcher_readdcw.go
watcher_stub.go
watcher_trigger.go
watchpoint.go
watchpoint_other.go
watchpoint_readdcw.go

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