lint fixes

This commit is contained in:
Aine
2023-10-03 00:03:29 +03:00
parent ef221038f7
commit 0d0dcf20b9
18 changed files with 196 additions and 152 deletions

View File

@@ -111,7 +111,6 @@ func initMatrix(cfg *config.Config) {
Logger: log,
})
if err != nil {
// nolint // Fatal = panic, not os.Exit()
log.Fatal().Err(err).Msg("cannot initialize matrix bot")
}