소스 검색
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" |
|
|
|
) |
|
|
|
|