Skip to content

Commit

Permalink
Merge pull request #1324 from gourlaa/patch-0.19.1
Browse files Browse the repository at this point in the history
Fix import to point to the fsnotify/fsnotify.v1.
  • Loading branch information
notzippy committed Mar 21, 2018
2 parents 07d6772 + 4b02c89 commit 248166b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watcher.go
Expand Up @@ -10,7 +10,7 @@ import (
"strings"
"sync"

"gopkg.in/fsnotify.v1"
"gopkg.in/fsnotify/fsnotify.v1"
)

// Listener is an interface for receivers of filesystem events.
Expand Down

0 comments on commit 248166b

Please sign in to comment.