vendor/github.com/fsnotify/fsnotify/fsnotify.go
changeset 256 6d9efbef00a9
parent 242 2a9ec03fe5a1
child 260 445e01aede7e
--- a/vendor/github.com/fsnotify/fsnotify/fsnotify.go	Mon Jun 07 20:58:18 2021 +0200
+++ b/vendor/github.com/fsnotify/fsnotify/fsnotify.go	Sun Jul 11 10:35:56 2021 +0200
@@ -63,4 +63,6 @@
 }
 
 // Common errors that can be reported by a watcher
-var ErrEventOverflow = errors.New("fsnotify queue overflow")
+var (
+	ErrEventOverflow = errors.New("fsnotify queue overflow")
+)