]> go.fuhry.dev Git - fsnotify.git/commitdiff
add platforms/adapters to README
authorNathan Youngman <git@nathany.com>
Thu, 10 Jul 2014 04:46:53 +0000 (22:46 -0600)
committerNathan Youngman <git@nathany.com>
Thu, 10 Jul 2014 04:46:53 +0000 (22:46 -0600)
README.md

index 77408a93898be17e926f3d15299f9a4336f70fd4..5828cea9b5c84fad4975b00add7c881df71248e2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,7 +4,19 @@
 
 Cross platform: Windows, Linux, BSD and OS X.
 
-Please see [the documentation](http://godoc.org/github.com/go-fsnotify/fsnotify) for usage. The [Wiki](https://github.com/go-fsnotify/fsnotify/wiki) contains an FAQ and other information.
+|Adapter   |OS        |Status    |
+|----------|----------|----------|
+|inotify   |Linux, Android|Supported|
+|kqueue    |BSD, OS X, iOS|Supported|
+|ReadDirectoryChangesW|Windows|Supported|
+|FSEvents  |OS X          |[Planned](https://github.com/go-fsnotify/fsnotify/issues/11)|
+|FEN       |Solaris 11    |[Planned](https://github.com/go-fsnotify/fsnotify/issues/12)|
+|fanotify  |Linux 2.6.37+ | |
+|[Polling](https://github.com/go-fsnotify/fsnotify/issues/9)|*All*         | |
+|          |Plan 9        | |
+
+
+Please see [the documentation](http://godoc.org/github.com/go-fsnotify/fsnotify) for usage. The [Wiki](https://github.com/go-fsnotify/fsnotify/wiki) contains an FAQ and further information.
 
 ## API stability