mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-09 23:32:24 +00:00
Project structure refactor:
- Change package name general_server to gateway - Changing the structure of directories and packages - Adding vendor to the project
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