config
config copied to clipboard
Go package for dealing with YAML configuration files.
Results
1
config issues
Sort by
recently updated
recently updated
newest added
Is it possible to retrieve the value of the environment variable only if set while using a default value if not ? ``` my_var: ${FOO:-bar} ``` In the above example,...