Skip to content

Commit

Permalink
Merge pull request #44 from aerwin3/dependency_update
Browse files Browse the repository at this point in the history
Using the github for fsnotify
  • Loading branch information
thrawn01 authored Apr 4, 2018
2 parents 1cbcd84 + f5a5f6a commit 065fc9f
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 065fc9f

Please sign in to comment.