Mikkel’s corner of the internet

Genconf

Posted at — Aug 25, 2023

A go module for reading apache style config files

I wrote a rather simple module for reading config files for those fammiliar with apache style config files. It is by no means complete or even close to perfect, but it works for my use case. I will probably add more features as I need them. The config file format is not one of my favorites. But has been the standard at work, where a lot of systems written in perl are dependent on it. The perl module Config::General is used to read it, hence the name genconf.

It is available on github.