ilyakaznacheev / cleanenv

✨Clean and minimalistic environment configuration reader for Golang
MIT License
1.66k stars 115 forks source link

Add support of nested struct in map store by pointer #109

Open abramlab opened 1 year ago

abramlab commented 1 year ago

Added supporting of nested struct in map stored by pointer.

I don't see a way to support structs in maps stored by value, because we can't directly change structs in maps. Perhaps this requires a major change in library logic.

Refers #49