Browse Source

Update watcher.go

Updated Sirupsen to sirupsen
master
danzhilin 5 years ago
parent
commit
bfc4e4712b
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      watcher.go

+ 1
- 1
watcher.go View File

@@ -7,7 +7,7 @@ import (
"sync"
"time"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/fsnotify/fsnotify"
)


Loading…
Cancel
Save