diff options
Diffstat (limited to 'vendor/github.com/spf13/viper/watch.go')
-rw-r--r-- | vendor/github.com/spf13/viper/watch.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/spf13/viper/watch.go b/vendor/github.com/spf13/viper/watch.go index c433a8fa..b5523b8f 100644 --- a/vendor/github.com/spf13/viper/watch.go +++ b/vendor/github.com/spf13/viper/watch.go @@ -1,3 +1,4 @@ +//go:build !js // +build !js package viper |