瀏覽代碼
Merge pull request #1 from danzhilin/patch-1
Update watcher.go
master
Jim Zhan
5 年之前
No account linked to committer's email address
共有
1 個文件被更改,包括
1 次插入 和
1 次删除
-
watcher.go
|
|
@@ -7,7 +7,7 @@ import ( |
|
|
|
"sync" |
|
|
|
"time" |
|
|
|
|
|
|
|
log "github.com/Sirupsen/logrus" |
|
|
|
log "github.com/sirupsen/logrus" |
|
|
|
"github.com/fsnotify/fsnotify" |
|
|
|
) |
|
|
|
|