mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-03 23:16:53 +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:
@@ -311,7 +311,8 @@ var keyURLs = []URL{
|
||||
ChainAnalysis,
|
||||
EdgeCase1,
|
||||
EdgeCase2,
|
||||
EdgeCase3}
|
||||
EdgeCase3,
|
||||
}
|
||||
|
||||
// URL stores uint conversions
|
||||
type URL uint16
|
||||
|
||||
Reference in New Issue
Block a user