Blogging about…
Go and everything software related
Making applications configurable is a best practice and allows the same binary to be used in different environments and scenarios. Common examples are database (DB) connection strings and credentials to access other services. More information about the general concept can be found on The Twelve-Factor App. In this post, I will give a quick overview of the approaches I often use in Go and give some guidelines on when to use which. ...