summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--internal/config/config.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/config/config.go b/internal/config/config.go
index dcec535..31b6644 100644
--- a/internal/config/config.go
+++ b/internal/config/config.go
@@ -21,6 +21,8 @@ type Config struct {
nodeNumberCache map[string]int
}
+// TODO Refactor all unit tests to use a constructor here
+// and to initialize the nodeNumberCache inside of the constructor!
func New(configFile string) (Config, error) {
var c Config