Skip to content

Commit

Permalink
use fsnotify 0.9.3
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nathany authored and bep committed Jan 5, 2015
1 parent a5f5106 commit d376314
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion watcher/batcher.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package watcher

import (
"github.com/howeyc/fsnotify"
"time"

"gopkg.in/fsnotify.v0"
)

type Batcher struct {
Expand Down

0 comments on commit d376314

Please sign in to comment.