OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / rjeczalik / notify / README.md
1 notify [![GoDoc](https://godoc.org/github.com/rjeczalik/notify?status.svg)](https://godoc.org/github.com/rjeczalik/notify) [![Build Status](https://img.shields.io/travis/rjeczalik/notify/master.svg)](https://travis-ci.org/rjeczalik/notify "inotify + FSEvents + kqueue") [![Build status](https://img.shields.io/appveyor/ci/rjeczalik/notify-246.svg)](https://ci.appveyor.com/project/rjeczalik/notify-246 "ReadDirectoryChangesW") [![Coverage Status](https://img.shields.io/coveralls/rjeczalik/notify/master.svg)](https://coveralls.io/r/rjeczalik/notify?branch=master)
2 ======
3
4 Filesystem event notification library on steroids. (under active development)
5
6 *Documentation*
7
8 [godoc.org/github.com/rjeczalik/notify](https://godoc.org/github.com/rjeczalik/notify)
9
10 *Installation*
11
12 ```
13 ~ $ go get -u github.com/rjeczalik/notify
14 ```
15
16 *Projects using notify*
17
18 - [github.com/rjeczalik/cmd/notify](https://godoc.org/github.com/rjeczalik/cmd/notify)
19 - [github.com/cortesi/devd](https://github.com/cortesi/devd)
20 - [github.com/cortesi/modd](https://github.com/cortesi/modd)
21 - [github.com/syncthing/syncthing-inotify](https://github.com/syncthing/syncthing-inotify)