]> go.fuhry.dev Git - fsnotify.git/commitdiff
Comment in README not valid, removed
authorChris Howey <chris@howey.me>
Sat, 28 Apr 2012 16:26:57 +0000 (11:26 -0500)
committerChris Howey <chris@howey.me>
Sat, 28 Apr 2012 16:26:57 +0000 (11:26 -0500)
README

diff --git a/README b/README
index afe1e82b38da4a9d23e16cba431b3afae298f936..e17d859314bd40bf075c30ab734bcd5588f885f9 100644 (file)
--- a/README
+++ b/README
@@ -7,7 +7,6 @@ BSD
 OSX
 
 Example:
-// Note that it is possible for Watch() to send errors over the Error channel.
     watcher, err := fsnotify.NewWatcher()
     if err != nil {
         log.Fatal(err)