Explorar el Código

fix: update fsnotify ref. repository

master
Jim Zhan hace 5 años
padre
commit
4e2dda4e12
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      .travis.yml
  2. +1
    -1
      watcher.go

+ 1
- 1
.travis.yml Ver fichero

@@ -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

+ 1
- 1
watcher.go Ver fichero

@@ -8,7 +8,7 @@ import (
"time"

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

type watcher struct {

Cargando…
Cancelar
Guardar