mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-02 15:10:46 +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:
@@ -51,7 +51,7 @@ func (g *GctScriptManager) autoLoad() {
|
||||
g.config.AutoLoad[x])
|
||||
continue
|
||||
}
|
||||
var name = g.config.AutoLoad[x]
|
||||
name := g.config.AutoLoad[x]
|
||||
if filepath.Ext(name) != common.GctExt {
|
||||
name += common.GctExt
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user