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:
Diffstat (limited to 'watcher/batcher.go')
-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 {