use fsnotify 0.9.3 - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit d376314763722f2523901fe23d9464ef069b892a
DIR parent a5f5106154ac1f5cd0d84a5a2212b0ec500edc21
HTML Author: Nathan Youngman <git@nathany.com>
Date: Thu, 1 Jan 2015 08:48:45 -0700
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:
M watcher/batcher.go | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
DIR diff --git 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 {