#8 change update mod.

This commit is contained in:
Gorbunov Kirill Andreevich
2024-03-16 02:25:18 +03:00
parent 825d778582
commit 3a60ffbf91
4 changed files with 52 additions and 42 deletions

View File

@@ -102,7 +102,6 @@ func main() {
if err = c.Load(ctx, config.LoadOverride(true)); err != nil {
logger.Fatalf(ctx, "failed to load config: %v", err)
}
logger.Infof(ctx, "c: %v", c)
}
}