feat: fixed lint errors

This commit is contained in:
2025-11-22 23:52:35 +03:00
parent 80ff5c501d
commit 132945342f
4 changed files with 17 additions and 8 deletions

View File

@@ -37,10 +37,8 @@ func Initialize(level string, format string, output string) {
})
}
// Set output
if output != "" {
//TODO: Use files
}
// Set output (currently not implemented)
// TODO: Implement file output support
initialized = true
})