mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +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:
@@ -73,7 +73,7 @@ func TestRoleUnmarshalJSON(t *testing.T) {
|
||||
RoleUnknown Role `json:"RoleUnknown"`
|
||||
}
|
||||
|
||||
var outgoing = AllTheRoles{
|
||||
outgoing := AllTheRoles{
|
||||
RoleOne: Unset,
|
||||
RoleTwo: Cryptocurrency,
|
||||
RoleThree: Fiat,
|
||||
|
||||
Reference in New Issue
Block a user