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:
authorAnthony Fok <foka@debian.org>2016-04-20 17:28:26 +0300
committerAnthony Fok <foka@debian.org>2016-04-20 17:28:26 +0300
commit9ddf52021ba568c6262aa94210c6655a801c833b (patch)
tree380966dff5b123e9d5a767351ea54f7ce99d5b5a /watcher
parent5e9b147c2ab5536568ab1254a596479c1ac92b05 (diff)
Update import path of fsnotify
Rename "gopkg.in/fsnotify.v1" to "github.com/fsnotify/fsnotify" per upstream recommendation. See https://github.com/fsnotify/fsnotify/issues/108 for rationale.
Diffstat (limited to 'watcher')
-rw-r--r--watcher/batcher.go2
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 {