Skip to content

Commit

Permalink
Using the github for fsnotify
Browse files Browse the repository at this point in the history
  • Loading branch information
aerwin3 committed Mar 29, 2018
1 parent 1cbcd84 commit f5a5f6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import:
version: master
- package: github.com/spf13/cast
version: master
- package: gopkg.in/fsnotify.v1
- package: github.com/fsnotify/fsnotify
version: master
- package: github.com/onsi/gomega
version: master
Expand Down
2 changes: 1 addition & 1 deletion watchfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

"sync"

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

func WatchFile(path string, interval time.Duration, callBack func(error)) (WatchCancelFunc, error) {
Expand Down

0 comments on commit f5a5f6a

Please sign in to comment.