From f3ca3f9d552ad48c8b633056c3b214647d7c20e4 Mon Sep 17 00:00:00 2001 From: Zeev Diukman Date: Thu, 6 Mar 2025 22:50:03 +0000 Subject: [PATCH] 4 --- config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config.go b/config.go index 79615d7..fe2b612 100644 --- a/config.go +++ b/config.go @@ -14,6 +14,7 @@ type Config struct { type Keys []string type Key string type KeyPart string +type MapStringAny = map[string]any func NewConfig(name string, configType string, path string) *Config { c := &Config{}