Commit Graph
12 Commits
Author SHA1 Message Date
kyle 571443c282 config: apply linting feedback. 2025-11-15 15:47:29 -08:00
kyle eca3a229a4 config: golangci-lint cleanups. 2025-11-14 22:53:02 -08:00
kyle f6d227946b Get rid of bazel.
Good riddance. More of a headache than it's worth.
2024-05-19 20:24:38 -07:00
kyle 984baa6bb4 working on removing dependency on cfssl. 2023-05-06 13:25:30 -07:00
kyle 34982c122f config: add ListKeys 2023-05-06 01:13:41 -07:00
kyle f8c64d3be5 bazel: updating build files 2023-05-04 15:11:15 -07:00
kyle d66cfe1145 Cut over to Bazel. 2023-05-04 14:00:30 -07:00
kyle ad03c5f991 Mass rewrite imports -> git.wntrmute.dev repo. 2023-05-04 13:58:43 -07:00
kyle 30ffbbdbc5 config: add test data for iniconf. 2022-02-20 17:43:11 -08:00
kyle 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
kyle 2b6ae03d1a config: add a Require message.
Also update explanation of the intended use-case for this package.
2020-03-02 17:36:29 -08:00
kyle ef0f14a512 Add global config package.
This is a simple config system that I find myself wanting a lot.
2020-03-02 17:11:55 -08:00