mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-05 15:10:59 +00:00
Migrate from gometalinter.v2 to golangci-lint (#249)
* Migrate from gometalinter.v2 to golangci-lint
This commit is contained in:
@@ -95,7 +95,7 @@ func setupOutputs() (err error) {
|
||||
newFile := newName + " " + Logger.File
|
||||
err = os.Rename(logFile, path.Join(LogPath, newFile))
|
||||
if err != nil {
|
||||
err = fmt.Errorf("Failed to rename old log file %s", err)
|
||||
err = fmt.Errorf("failed to rename old log file %s", err)
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user