diff options
Diffstat (limited to 'watcher')
-rw-r--r-- | watcher/batcher.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/watcher/batcher.go b/watcher/batcher.go index 470863300..0b4083e81 100644 --- a/watcher/batcher.go +++ b/watcher/batcher.go @@ -16,7 +16,7 @@ package watcher import ( "time" - "gopkg.in/fsnotify.v1" + "github.com/fsnotify/fsnotify" ) type Batcher struct { |