mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-08 07:26:48 +00:00
linter: Enable gofumpt and run against codebase (#1848)
* linter: Enable gofumpt and run against codebase * Address shazbert's nits * gofumpt: Fix issues after rebase
This commit is contained in:
@@ -210,7 +210,8 @@ func registerNewSubLogger(subLogger string) *SubLogger {
|
||||
tempHolder, err := getWriters(&SubLoggerConfig{
|
||||
Name: strings.ToUpper(subLogger),
|
||||
Level: "INFO|WARN|DEBUG|ERROR",
|
||||
Output: "stdout"})
|
||||
Output: "stdout",
|
||||
})
|
||||
if err != nil {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user