Merge pull request #69 from benley/master

Update fsnotify to its new source location
This commit is contained in:
Fabian Reinartz 2015-05-24 12:25:49 +02:00
commit 41323765d6
1 changed files with 1 additions and 1 deletions

View File

@ -14,8 +14,8 @@
package config
import (
"github.com/howeyc/fsnotify"
"github.com/prometheus/log"
"gopkg.in/fsnotify.v0"
)
type ReloadCallback func(*Config)