summaryrefslogtreecommitdiff
path: root/vendor/github.com/spf13/viper/internal/features/bind_struct.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/spf13/viper/internal/features/bind_struct.go')
-rw-r--r--vendor/github.com/spf13/viper/internal/features/bind_struct.go5
1 files changed, 5 insertions, 0 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
new file mode 100644
index 000000000..89302c216
--- /dev/null
+++ b/vendor/github.com/spf13/viper/internal/features/bind_struct.go
@@ -0,0 +1,5 @@
+//go:build viper_bind_struct
+
+package features
+
+const BindStruct = true