...

Source file src/github.com/spf13/viper/internal/features/bind_struct.go

Documentation: github.com/spf13/viper/internal/features

     1  //go:build viper_bind_struct
     2  
     3  package features
     4  
     5  const BindStruct = true
     6  

View as plain text