This commit is contained in:
Ermal Guni
2018-08-05 15:21:00 +02:00
parent 6fc05d46d2
commit f4602fb1f9

View File

@@ -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"
)