mirror of
https://github.com/spf13/viper
synced 2024-11-20 03:47:05 +00:00
ab3a50c0ce
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
5 lines
74 B
Go
5 lines
74 B
Go
//go:build !viper_bind_struct
|
|
|
|
package features
|
|
|
|
const BindStruct = false
|