konf-go icon indicating copy to clipboard operation
konf-go copied to clipboard

Structure Refactoring

Open SimonTheLeg opened this issue 7 months ago • 0 comments

A long overdue refactor of how the code is structured. In addition, many lib funcs now do not pull directly from the config package, but rather have their required information passed as func arguments.

This dramatically decreases the cyclic complexity and unifies all file operations directly under the store package.

SimonTheLeg avatar Jul 02 '24 17:07 SimonTheLeg