Skip to content

Commit

Permalink
linter: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan O'Hara-Reid committed Jan 8, 2025
1 parent 1a82764 commit 1ca8eaa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/versions/v1.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ package versions

import (
"context"
"encoding/json"

"github.com/buger/jsonparser"
v0 "github.com/thrasher-corp/gocryptotrader/config/versions/v0"
v1 "github.com/thrasher-corp/gocryptotrader/config/versions/v1"
"github.com/thrasher-corp/gocryptotrader/encoding/json"
)

// Version1 is an ExchangeVersion to upgrade currency pair format for exchanges
Expand Down
2 changes: 1 addition & 1 deletion exchanges/gateio/gateio_websocket_request_spot.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package gateio

import (
"context"
"encoding/json"
"errors"
"fmt"
"strconv"
Expand All @@ -11,6 +10,7 @@ import (

"github.com/thrasher-corp/gocryptotrader/common"
"github.com/thrasher-corp/gocryptotrader/currency"
"github.com/thrasher-corp/gocryptotrader/encoding/json"
"github.com/thrasher-corp/gocryptotrader/exchanges/asset"
"github.com/thrasher-corp/gocryptotrader/exchanges/order"
"github.com/thrasher-corp/gocryptotrader/exchanges/request"
Expand Down
3 changes: 1 addition & 2 deletions exchanges/gateio/gateio_websocket_request_types.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
package gateio

import (
"encoding/json"

"github.com/thrasher-corp/gocryptotrader/currency"
"github.com/thrasher-corp/gocryptotrader/encoding/json"
"github.com/thrasher-corp/gocryptotrader/types"
)

Expand Down

0 comments on commit 1ca8eaa

Please sign in to comment.