瀏覽代碼

fix: update fsnotify ref. repository

master
Jim Zhan 5 年之前
父節點
當前提交
4e2dda4e12
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. +1
    -1
      .travis.yml
  2. +1
    -1
      watcher.go

+ 1
- 1
.travis.yml 查看文件

@@ -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 查看文件

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

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

type watcher struct {

Loading…
取消
儲存