forked from lug/matterbridge
Update dependencies (#1521)
This commit is contained in:
11
vendor/github.com/spf13/viper/watch.go
generated
vendored
Normal file
11
vendor/github.com/spf13/viper/watch.go
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// +build !js
|
||||
|
||||
package viper
|
||||
|
||||
import "github.com/fsnotify/fsnotify"
|
||||
|
||||
type watcher = fsnotify.Watcher
|
||||
|
||||
func newWatcher() (*watcher, error) {
|
||||
return fsnotify.NewWatcher()
|
||||
}
|
||||
Reference in New Issue
Block a user