]> go.fuhry.dev Git - fsnotify.git/commitdiff
Update readme with status
authorChris Howey <chris@howey.me>
Sat, 31 Mar 2012 00:10:28 +0000 (19:10 -0500)
committerChris Howey <chris@howey.me>
Sat, 31 Mar 2012 00:10:28 +0000 (19:10 -0500)
README

diff --git a/README b/README
index 8b9b8137ed04df5aaa44eb7cfebe38869513969b..57128bf2debbbe918c381d7be5b2bb4f76d8fb14 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,11 @@
 File system notifications for Go
 
+Cross platform, works on:
+Windows
+Linux
+BSD
+OSX
+
 Example:
     watcher, err := fsnotify.NewWatcher()
     if err != nil {
@@ -18,13 +24,8 @@ Example:
         }
     }
 
-Issues:
-It appears that windows does not have an attribute change notification
-http://msdn.microsoft.com/en-us/library/windows/desktop/aa364391(v=vs.85).aspx
-
 Notifications:
 IsCreate()
 IsDelete()
 IsModify()
-IsAttribute() * NOT SUPPORTED ON WINDOWS *
 IsRename()