Browse Source

fix: update fsnotify ref. repository

master
Jim Zhan 5 years ago
parent
commit
4e2dda4e12
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .travis.yml
  2. +1
    -1
      watcher.go

+ 1
- 1
.travis.yml View File

install: install:
- go get github.com/Sirupsen/logrus - go get github.com/Sirupsen/logrus
- go get github.com/smartystreets/goconvey - go get github.com/smartystreets/goconvey
- go get github.com/go-fsnotify/fsnotify
- go get github.com/fsnotify/fsnotify


go: go:
- 1.4 - 1.4

+ 1
- 1
watcher.go View File

"time" "time"


log "github.com/Sirupsen/logrus" log "github.com/Sirupsen/logrus"
"github.com/go-fsnotify/fsnotify"
"github.com/fsnotify/fsnotify"
) )


type watcher struct { type watcher struct {

Loading…
Cancel
Save