Merge branch 'master' into fix/graceful-shutdown
This commit is contained in:
		
						commit
						7a2643386c
					
				|  | @ -79,6 +79,9 @@ func NewFromMap(m map[string]string) *Config { | ||||||
| 			value = structField.Default | 			value = structField.Default | ||||||
| 		} | 		} | ||||||
| 
 | 
 | ||||||
|  | 		if value == "" { | ||||||
|  | 			continue | ||||||
|  | 		} | ||||||
| 		err := processField(value, structField.Field) | 		err := processField(value, structField.Field) | ||||||
| 		if err != nil { | 		if err != nil { | ||||||
| 			panic(err) | 			panic(err) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue