mirror of
https://github.com/spf13/viper
synced 2024-11-05 12:47:01 +00:00
473a3dfc7f
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
|