From: Chris Howey Date: Sat, 31 Mar 2012 00:10:28 +0000 (-0500) Subject: Update readme with status X-Git-Tag: v1.7.2~438 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=ed3644936270048f26c21c26dc277a6d1072a2ed;p=fsnotify.git Update readme with status --- diff --git a/README b/README index 8b9b813..57128bf 100644 --- 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()