Qing Deng

Results 1 issues of Qing Deng

The default values are applied before the config is loaded. So the later loaded structs in the slice don't have default values. https://github.com/jinzhu/configor/blob/1095c485b440be00e1ddf075f4acdbebc3d6e97e/utils.go#L375-L391 Loading the default values after parsing config...