projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5f5106
)
use fsnotify 0.9.3
author
Nathan Youngman
<git@nathany.com>
Thu, 1 Jan 2015 15:48:45 +0000
(08:48 -0700)
committer
bep
<bjorn.erik.pedersen@gmail.com>
Mon, 5 Jan 2015 17:31:51 +0000
(18:31 +0100)
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.
watcher/batcher.go
patch
|
blob
|
history
diff --git
a/watcher/batcher.go
b/watcher/batcher.go
index 7e9ce8861913c2cd5353ce0fdab58c05ad838bee..479603f1e1d9a852d237acd23bbd721d9fb3da04 100644
(file)
--- 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 {