standard functions to save and load config files
Go to file
Jeff Carr 5f886d7c07 add Save() 2025-09-10 14:56:48 -05:00
.gitignore day1 2025-09-10 13:00:40 -05:00
LICENSE day1 2025-09-10 13:00:40 -05:00
Makefile day1 2025-09-10 13:00:40 -05:00
README.md day1 2025-09-10 13:00:40 -05:00
findFilename.go add generic ConfigLoad() 2025-09-10 14:45:55 -05:00
load.go add Save() 2025-09-10 14:56:48 -05:00
save.go add Save() 2025-09-10 14:56:48 -05:00

README.md

// 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