mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
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:
parent
a5f5106154
commit
d376314763
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
||||||
package watcher
|
package watcher
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/howeyc/fsnotify"
|
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
"gopkg.in/fsnotify.v0"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Batcher struct {
|
type Batcher struct {
|
||||||
|
|
Loading…
Reference in a new issue