mirror of
https://github.com/spf13/viper.git
synced 2026-09-20 03:18:21 +00:00
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
6 lines
74 B
Go
6 lines
74 B
Go
//go:build !viper_bind_struct
|
|
|
|
package features
|
|
|
|
const BindStruct = false
|