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 | ||||
| 		} | ||||
| 
 | ||||
| 		if value == "" { | ||||
| 			continue | ||||
| 		} | ||||
| 		err := processField(value, structField.Field) | ||||
| 		if err != nil { | ||||
| 			panic(err) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue