kelseyhightower / envconfig

Golang library for managing configuration data from environment variables
MIT License
5.01k stars 377 forks source link

fixed issue #148 #214

Open pr0n1x opened 2 months ago

pr0n1x commented 2 months ago

Problem solved using new 'no_pfx' tag, which is a trade-off, but quite fit solutions. Technically it breaks backward compatibility but, I assume, not a lot of people rely on the default name of var without prefix if a prefix was used.