Go Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:
* [[Go Engineering#Subjects|Go Engineering]]
* [[Go Engineering#Subjects|Go Engineering]]


=TODO=
<font color=darkkhaki>
* Configuration in Go https://sergey.kamardin.org/articles/configuration-in-go/
</font>
=Overview=
=Overview=



Revision as of 20:09, 14 May 2024

Internal

TODO

Overview

In-line help-supported flags are the best way to configure your program, rather than environment variables.

Environment variables and configuration files are useful in addition to flags.

Explicit command line flags always take precedence over environment variables and configuration files.