@@ -3,7 +3,7 @@ language: go | |||
install: | |||
- go get github.com/Sirupsen/logrus | |||
- go get github.com/smartystreets/goconvey | |||
- go get github.com/go-fsnotify/fsnotify | |||
- go get github.com/fsnotify/fsnotify | |||
go: | |||
- 1.4 |
@@ -8,7 +8,7 @@ import ( | |||
"time" | |||
log "github.com/Sirupsen/logrus" | |||
"github.com/go-fsnotify/fsnotify" | |||
"github.com/fsnotify/fsnotify" | |||
) | |||
type watcher struct { |