add TODO
This commit is contained in:
parent
3ac5958015
commit
efd8ae0f97
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ func InitConfigs() {
|
||||||
if _, err := os.Stat(conffile); !errors.Is(err, os.ErrNotExist) {
|
if _, err := os.Stat(conffile); !errors.Is(err, os.ErrNotExist) {
|
||||||
header := readHeader(4, sysfile)
|
header := readHeader(4, sysfile)
|
||||||
fileio.AppendContent(header, conffile)
|
fileio.AppendContent(header, conffile)
|
||||||
|
// TODO: Generalize this to a meta function
|
||||||
addModules(conffile)
|
addModules(conffile)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue