You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, current version supports decoding of environment variables into map[string]string type. It will be useful to have support also for map[string]interface{}. Following code shows that map[string]interface{} is not supported:
Hi, current version supports decoding of environment variables into map[string]string type. It will be useful to have support also for map[string]interface{}. Following code shows that map[string]interface{} is not supported:
This program prints:
So values from ExtraConfig2 map are nil.
interface{} can be directly "converted" to desired type without parsing, so it will be nice to have support for this.
Thanks.
The text was updated successfully, but these errors were encountered: