From eda66a77b689e25918aad16350231abaefad9ac4 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 10 Sep 2025 13:00:40 -0500 Subject: day1 --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..29264c2 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +// Copyright 2025 WIT.COM Inc Licensed GPL 3.0 + +common config file handling for protobuf defined config files + +By default, the config files are stored as: + +~/.config//.text + +assumes config files are simple, intended to be edited by hand +by the user and can be exported by protobuf FormatTEXT() + +intended to be called by functions that are automatically +generated by 'autogenpb' for protobuf defined config files. + +If you aren't using .proto defined config files, this package is not for you -- cgit v1.2.3