konf-go
konf-go copied to clipboard
Structure Refactoring
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.