mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[chore] bumps our spf13/viper version (#3943)
* bumps our spf13/viper version * fixes the one breaking change
This commit is contained in:
8
vendor/github.com/spf13/viper/experimental.go
generated
vendored
Normal file
8
vendor/github.com/spf13/viper/experimental.go
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
package viper
|
||||
|
||||
// ExperimentalBindStruct tells Viper to use the new bind struct feature.
|
||||
func ExperimentalBindStruct() Option {
|
||||
return optionFunc(func(v *Viper) {
|
||||
v.experimentalBindStruct = true
|
||||
})
|
||||
}
|
Reference in New Issue
Block a user