mirror of
https://github.com/spf13/viper
synced 2024-11-05 04:37:02 +00:00
6 lines
72 B
Go
6 lines
72 B
Go
|
//go:build viper_bind_struct
|
||
|
|
||
|
package features
|
||
|
|
||
|
const BindStruct = true
|