feat: fixed lint errors
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user