From efd8ae0f97ade7dede5a2a2651d409e2d43a9eb5 Mon Sep 17 00:00:00 2001 From: HikariKnight <2557889+HikariKnight@users.noreply.github.com> Date: Sun, 9 Apr 2023 04:23:16 +0200 Subject: [PATCH] add TODO --- internal/configs/configs.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/configs/configs.go b/internal/configs/configs.go index 5c15384..8b771e7 100644 --- a/internal/configs/configs.go +++ b/internal/configs/configs.go @@ -112,6 +112,7 @@ func InitConfigs() { if _, err := os.Stat(conffile); !errors.Is(err, os.ErrNotExist) { header := readHeader(4, sysfile) fileio.AppendContent(header, conffile) + // TODO: Generalize this to a meta function addModules(conffile) }