Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalguni committed Aug 5, 2018
1 parent 6fc05d4 commit f4602fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exchanges/okex/okex_wrapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ package okex

import (
"errors"
exchange "gocryptotrader/exchanges"
"log"
"sync"

"github.com/thrasher-/gocryptotrader/common"
"github.com/thrasher-/gocryptotrader/currency/pair"
exchange "github.com/thrasher-/gocryptotrader/exchanges"
"github.com/thrasher-/gocryptotrader/exchanges/orderbook"
"github.com/thrasher-/gocryptotrader/exchanges/ticker"
)
Expand Down

0 comments on commit f4602fb

Please sign in to comment.