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.
This commit is contained in:
Nathan Youngman 2015-01-01 08:48:45 -07:00 committed by bep
parent a5f5106154
commit d376314763
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
package watcher
import (
"github.com/howeyc/fsnotify"
"time"
"gopkg.in/fsnotify.v0"
)
type Batcher struct {