Some changes
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 24s

This commit is contained in:
2025-06-01 12:04:24 -04:00
parent ef145bdf9a
commit b477017411
4 changed files with 20 additions and 23 deletions

View File

@ -22,7 +22,7 @@ func main() {
if err != nil {
log.Fatal(err)
}
cfg.Logger.Debug("printting config", "config", cfg)
cfg.Logger.Debug("printing config", "config", cfg)
ms, _ := mysubaru.New(cfg)