vendor/github.com/spf13/viper/watch.go
changeset 265 05c40b36d3b2
parent 260 445e01aede7e
equal deleted inserted replaced
264:8f478162d991 265:05c40b36d3b2
     1 //go:build !js
     1 //go:build darwin || dragonfly || freebsd || openbsd || linux || netbsd || solaris || windows
     2 // +build !js
     2 // +build darwin dragonfly freebsd openbsd linux netbsd solaris windows
     3 
     3 
     4 package viper
     4 package viper
     5 
     5 
     6 import "github.com/fsnotify/fsnotify"
     6 import "github.com/fsnotify/fsnotify"
     7 
     7