Linter fixes

This commit is contained in:
Adrian Gallagher
2019-08-08 23:02:27 -07:00
parent 8ecd8a0c16
commit b178dd2c1d
3 changed files with 3 additions and 3 deletions

View File

@@ -4,11 +4,11 @@ import (
"testing"
"time"
"github.com/thrasher-corp/gocryptotrader/exchanges/asset"
"github.com/thrasher-corp/gocryptotrader/common"
"github.com/thrasher-corp/gocryptotrader/config"
"github.com/thrasher-corp/gocryptotrader/currency"
exchange "github.com/thrasher-corp/gocryptotrader/exchanges"
"github.com/thrasher-corp/gocryptotrader/exchanges/asset"
"github.com/thrasher-corp/gocryptotrader/exchanges/orderbook"
"github.com/thrasher-corp/gocryptotrader/exchanges/stats"
"github.com/thrasher-corp/gocryptotrader/exchanges/ticker"