Update fsnotify to its new source location

This commit is contained in:
Benjamin Staffin 2015-05-23 11:58:40 -07:00
parent ba4e53343c
commit ff4763ea37
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)