mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-02 23:16:51 +00:00
qa/spelling: Add Codespell support (#1121)
* Add codespell support * Fix paths * Add HTML files to exclusion list
This commit is contained in:
@@ -224,7 +224,7 @@ func (b *Bithumb) GetAccountBalance(ctx context.Context, c string) (FullBalance,
|
||||
return fullBalance, err
|
||||
}
|
||||
|
||||
// Added due to increasing of the usuable currencies on exchange, usually
|
||||
// Added due to increasing of the usable currencies on exchange, usually
|
||||
// without notificatation, so we dont need to update structs later on
|
||||
for tag, datum := range response.Data {
|
||||
splitTag := strings.Split(tag, "_")
|
||||
|
||||
Reference in New Issue
Block a user