minor
This commit is contained in:
parent
f96904ede7
commit
48bc495430
|
@ -12,8 +12,6 @@ import (
|
||||||
"gopkg.in/tomb.v1"
|
"gopkg.in/tomb.v1"
|
||||||
)
|
)
|
||||||
|
|
||||||
var inotifyTracker *InotifyTracker
|
|
||||||
|
|
||||||
// InotifyFileWatcher uses inotify to monitor file changes.
|
// InotifyFileWatcher uses inotify to monitor file changes.
|
||||||
type InotifyFileWatcher struct {
|
type InotifyFileWatcher struct {
|
||||||
Filename string
|
Filename string
|
||||||
|
|
Loading…
Reference in New Issue