finalize experimental

This commit is contained in:
Mukhtar Akere
2025-04-16 11:32:42 +01:00
parent 39945616f3
commit 58fb4e6e14
28 changed files with 528 additions and 358 deletions

View File

@@ -202,9 +202,8 @@ func validateConfig(config *Config) error {
return nil
}
func SetConfigPath(path string) error {
func SetConfigPath(path string) {
configPath = path
return nil
}
func Get() *Config {