Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Youngman <git@nathany.com>2015-01-01 18:48:45 +0300
committerbep <bjorn.erik.pedersen@gmail.com>2015-01-05 20:31:51 +0300
commitd376314763722f2523901fe23d9464ef069b892a (patch)
tree4ae708c33cf58cd31c7f2c4fb176e21d145c9c63 /watcher
parenta5f5106154ac1f5cd0d84a5a2212b0ec500edc21 (diff)
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.
Diffstat (limited to 'watcher')
-rw-r--r--watcher/batcher.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/watcher/batcher.go b/watcher/batcher.go
index 7e9ce8861..479603f1e 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 {