From: Nathan Youngman Date: Thu, 1 Jan 2015 15:48:45 +0000 (-0700) Subject: use fsnotify 0.9.3 X-Git-Tag: v0.13~218 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d3763147;p=brevno-suite%2Fhugo use fsnotify 0.9.3 This contains a few fixes (v0.9.1 through v0.9.3) but the same API and few internal changes. https://github.com/go-fsnotify/fsnotify/blob/master/CHANGELOG.md#v093--2014-12-31 A good first step before switching to v1. --- diff --git a/watcher/batcher.go b/watcher/batcher.go index 7e9ce886..479603f1 100644 --- a/watcher/batcher.go +++ b/watcher/batcher.go @@ -1,8 +1,9 @@ package watcher import ( - "github.com/howeyc/fsnotify" "time" + + "gopkg.in/fsnotify.v0" ) type Batcher struct {