OSDN Git Service

add rjeczalik/notify to vendor
authorpaladz <453256728@qq.com>
Wed, 1 Nov 2017 09:00:17 +0000 (17:00 +0800)
committerpaladz <453256728@qq.com>
Wed, 1 Nov 2017 09:00:17 +0000 (17:00 +0800)
commit684b2c724cea143d2f16abb5992f99256718a23c
tree4d9f3a9fa27ecdac4f652181437e226b1e8d14a0
parent71945041b355fbfce2b2ed0f5b68beb0b4b2a140
add rjeczalik/notify to vendor
62 files changed:
vendor/github.com/rjeczalik/notify/.gitignore [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/.travis.yml [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/AUTHORS [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/LICENSE [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/README.md [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/appveyor.yml [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/debug.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/debug_debug.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/doc.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/event.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/event_fen.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/event_fsevents.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/event_inotify.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/event_kqueue.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/event_readdcw.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/event_stub.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/event_test.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/event_trigger.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/example_fsevents_test.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/example_inotify_test.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/example_readdcw_test.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/example_test.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/node.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/notify.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/notify_inotify_test.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/notify_readdcw_test.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/notify_test.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/sync_readdcw_test.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/sync_unix_test.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/testdata/vfs.txt [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/testing_test.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/tree.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/tree_nonrecursive.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/tree_nonrecursive_test.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/tree_recursive.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/tree_recursive_test.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/util.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/util_darwin_test.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/util_test.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/util_unix_test.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/watcher.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/watcher_fen.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/watcher_fen_cgo.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/watcher_fen_test.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/watcher_fsevents.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/watcher_fsevents_cgo.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/watcher_fsevents_test.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/watcher_inotify.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/watcher_inotify_test.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/watcher_kqueue.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/watcher_kqueue_test.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/watcher_readdcw.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/watcher_readdcw_test.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/watcher_recursive_test.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/watcher_stub.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/watcher_test.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/watcher_trigger.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/watcher_trigger_test.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/watchpoint.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/watchpoint_other.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/watchpoint_readdcw.go [new file with mode: 0644]
vendor/github.com/rjeczalik/notify/watchpoint_test.go [new file with mode: 0644]