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
For the configuration management that is done in https://github.com/evolution-gaming/ease/blob/main/config.go , you can also try out https://github.com/spf13/viper
It's a very mature and standard library for Go configuration management that supports 12 factor app basics, and does most of the stuff for you (automatic env var loading, various format deserializers, multiple config path search etc.).
The text was updated successfully, but these errors were encountered:
For the configuration management that is done in https://github.com/evolution-gaming/ease/blob/main/config.go , you can also try out https://github.com/spf13/viper
It's a very mature and standard library for Go configuration management that supports 12 factor app basics, and does most of the stuff for you (automatic env var loading, various format deserializers, multiple config path search etc.).
The text was updated successfully, but these errors were encountered: