mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-31 23:16:54 +00:00
Bump golangci-lint to v1.24.0, linter fixes and general code improvements (#478)
* Bump golangci-lint version, update Go version deps and generic code improvements * Fix wesbocket resp nil check and zip closures * Update pprof path
This commit is contained in:
@@ -50,7 +50,7 @@ type AccountInfo struct {
|
||||
Profile struct {
|
||||
Email string `json:"email"`
|
||||
UID string `json:"uid"`
|
||||
BTCDepositAddress string `json:"btc_deposit_addres"` // nolint: misspell
|
||||
BTCDepositAddress string `json:"btc_deposit_addres"` // nolint // API misspelling
|
||||
} `json:"profile"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user