Procházet zdrojové kódy

fix: update fsnotify ref. repository

master
Jim Zhan před 5 roky
rodič
revize
4e2dda4e12
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +1
    -1
      .travis.yml
  2. +1
    -1
      watcher.go

+ 1
- 1
.travis.yml Zobrazit soubor

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

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

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

type watcher struct {

Načítá se…
Zrušit
Uložit