feat: go report card

fix: comment and log misspellings
This commit is contained in:
2025-03-13 16:11:01 +00:00
parent b31f08186c
commit 25303851d5
21 changed files with 46 additions and 42 deletions

View File

@@ -39,5 +39,5 @@ func applyPostgresMigrations(conf *config.PostgresConfig) {
}
}
log.Info().Msg("migrate: succesfully performed postgres migrations")
log.Info().Msg("migrate: successfully performed postgres migrations")
}