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.
This commit is contained in:
Anthony Fok
2016-04-20 22:28:26 +08:00
parent 5e9b147c2a
commit 9ddf52021b
4 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ package watcher
import (
"time"
"gopkg.in/fsnotify.v1"
"github.com/fsnotify/fsnotify"
)
type Batcher struct {