gofmt exchanges/coinut.go

This commit is contained in:
Adrian Gallagher
2019-03-02 02:22:13 -08:00
parent 7dcb1ab553
commit 6d6b0ae067

View File

@@ -8,11 +8,11 @@ import (
"net/http"
"time"
"github.com/thrasher-/gocryptotrader/currency/pair"
"github.com/gorilla/websocket"
"github.com/thrasher-/gocryptotrader/common"
"github.com/thrasher-/gocryptotrader/config"
"github.com/thrasher-/gocryptotrader/currency"
"github.com/thrasher-/gocryptotrader/currency/pair"
"github.com/thrasher-/gocryptotrader/currency/symbol"
exchange "github.com/thrasher-/gocryptotrader/exchanges"
"github.com/thrasher-/gocryptotrader/exchanges/request"