Skip to content

Commit

Permalink
Fix import to point to the fsnotify/fsnotify.v1.
Browse files Browse the repository at this point in the history
  • Loading branch information
gourlaa committed Mar 21, 2018
1 parent 07d6772 commit 4b02c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watcher.go
Original file line number Diff line number Diff line change
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 4b02c89

Please sign in to comment.