goutils/config
Kyle Isom b893e99864 config: add default path, customized configs.
A customised config is an ini file with a [default] section and some
other name sections; a config file is loaded from the default section
with any keys in the named section being added in, overriding keys in
the host. This allows for, e.g. setting different paths based on the
host name or operating system.
2022-02-20 17:43:11 -08:00
..
iniconf config: add default path, customized configs. 2022-02-20 17:43:11 -08:00
testdata Add global config package. 2020-03-02 17:11:55 -08:00
config.go config: add default path, customized configs. 2022-02-20 17:43:11 -08:00
config_test.go Add global config package. 2020-03-02 17:11:55 -08:00
path.go config: add default path, customized configs. 2022-02-20 17:43:11 -08:00
path_linux.go config: add default path, customized configs. 2022-02-20 17:43:11 -08:00
path_test.go config: add default path, customized configs. 2022-02-20 17:43:11 -08:00