jinzhu / configor

Golang Configuration tool that support YAML, JSON, TOML, Shell Environment
MIT License
1.74k stars 204 forks source link

feat: add `envSuffix` tag to use environment variable with prefix #71

Open masu-mi opened 2 years ago

masu-mi commented 2 years ago

Overview

Make Load() set the value from environment variables specified with envSuffix tag to the struct's field. The new envSuffix tag allows us to specify environment variable name with existing prefix.

jinzhu commented 2 years ago

rename env-suffix to envSuffix?

masu-mi commented 2 years ago

Okay. I'll rename the tag name to get matched to camelCasee.