Merge branch 'master' into feature/diagnostic-rest-api

This commit is contained in:
Murat Kabilov 2017-07-17 11:56:47 +02:00
commit b70c5b3a63
1 changed files with 3 additions and 0 deletions

View File

@ -80,6 +80,9 @@ func NewFromMap(m map[string]string) *Config {
value = structField.Default
}
if value == "" {
continue
}
err := processField(value, structField.Field)
if err != nil {
panic(err)