Updated go version 1.24.0

This commit is contained in:
2025-02-25 09:13:08 -05:00
parent 85938a2def
commit e3271ea47a
7 changed files with 50 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ import (
type Config struct {
initializeOnce sync.Once
Generator *generatorConfig
Generator *GeneratorConfig
Aws *awsConfig
Redis *redisConfig
}