chore: update linter.

This commit is contained in:
Ludovic Fernandez
2020-11-06 09:26:03 +01:00
committed by GitHub
parent f5b290b093
commit 267d0b7b5a
17 changed files with 68 additions and 38 deletions

View File

@@ -137,7 +137,7 @@ func RotateFile() error {
}
if err := OpenFile(logFilePath); err != nil {
return fmt.Errorf("error opening log file: %s", err)
return fmt.Errorf("error opening log file: %w", err)
}
return nil