kelseyhightower / envconfig

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

Allow mapping without prefix #6

Closed Soulou closed 8 years ago

Soulou commented 10 years ago

I splitted #5 and #6, but #5 is required for this PR.

kelseyhightower commented 9 years ago

@Soulou Let get this rebased and merged. Also can you update the docs?

Soulou commented 9 years ago

Yeah I'll do it @kelseyhightower

Soulou commented 9 years ago

Rebased.

teepark commented 8 years ago

This PR is pretty old now, but today it would be a big backwards incompatibility for anyone using envconfig without specific envconfig field tags. The project has gotten pretty popular in the last year, not so sure it's a great idea to pull the rug out from users.

kelseyhightower commented 8 years ago

I agree with @teepark on this one. We need to require the prefix to remain backwards compatible.