Configure Go app using envconfig and struct embedding
Environment variables are great. If you are not using them to pass configuration into your app, you should take a look at 12 Factor App - config, it’s explained easily and clearly.
Read moreā¦
Tobiasz’s blog
I am writing about Go and cloud-native technologies.
Environment variables are great. If you are not using them to pass configuration into your app, you should take a look at 12 Factor App - config, it’s explained easily and clearly.
Read moreā¦