mirror of
https://github.com/spf13/viper.git
synced 2026-09-20 03:18:21 +00:00
7 lines
160 B
Go
7 lines
160 B
Go
//go:build !viper_bind_struct
|
|
|
|
package features
|
|
|
|
// BindStruct is a feature flag for enabling/disabling the config binding to structs.
|
|
const BindStruct = false
|