mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-05 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:
@@ -597,7 +597,6 @@ func (p OrderBookGetL2Params) IsNil() bool {
|
||||
|
||||
// PositionGetParams contains all the parameters to send to the API endpoint
|
||||
type PositionGetParams struct {
|
||||
|
||||
// Columns - Which columns to fetch. For example, send ["columnName"].
|
||||
Columns string `json:"columns,omitempty"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user