diff --git a/exchanges/okex/okex_wrapper.go b/exchanges/okex/okex_wrapper.go index 15942258..39073f70 100644 --- a/exchanges/okex/okex_wrapper.go +++ b/exchanges/okex/okex_wrapper.go @@ -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" )