summaryrefslogtreecommitdiff
path: root/vendor/github.com/spf13/viper/internal/features
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/spf13/viper/internal/features')
-rw-r--r--vendor/github.com/spf13/viper/internal/features/bind_struct.go5
-rw-r--r--vendor/github.com/spf13/viper/internal/features/bind_struct_default.go5
-rw-r--r--vendor/github.com/spf13/viper/internal/features/finder.go5
-rw-r--r--vendor/github.com/spf13/viper/internal/features/finder_default.go5
4 files changed, 0 insertions, 20 deletions
diff --git a/vendor/github.com/spf13/viper/internal/features/bind_struct.go b/vendor/github.com/spf13/viper/internal/features/bind_struct.go
deleted file mode 100644
index 89302c216..000000000
--- a/vendor/github.com/spf13/viper/internal/features/bind_struct.go
+++ /dev/null
@@ -1,5 +0,0 @@
-//go:build viper_bind_struct
-
-package features
-
-const BindStruct = true
diff --git a/vendor/github.com/spf13/viper/internal/features/bind_struct_default.go b/vendor/github.com/spf13/viper/internal/features/bind_struct_default.go
deleted file mode 100644
index edfaf73b6..000000000
--- a/vendor/github.com/spf13/viper/internal/features/bind_struct_default.go
+++ /dev/null
@@ -1,5 +0,0 @@
-//go:build !viper_bind_struct
-
-package features
-
-const BindStruct = false
diff --git a/vendor/github.com/spf13/viper/internal/features/finder.go b/vendor/github.com/spf13/viper/internal/features/finder.go
deleted file mode 100644
index 983ea3a9d..000000000
--- a/vendor/github.com/spf13/viper/internal/features/finder.go
+++ /dev/null
@@ -1,5 +0,0 @@
-//go:build viper_finder
-
-package features
-
-const Finder = true
diff --git a/vendor/github.com/spf13/viper/internal/features/finder_default.go b/vendor/github.com/spf13/viper/internal/features/finder_default.go
deleted file mode 100644
index 89bcb06ee..000000000
--- a/vendor/github.com/spf13/viper/internal/features/finder_default.go
+++ /dev/null
@@ -1,5 +0,0 @@
-//go:build !viper_finder
-
-package features
-
-const Finder = false