all: gofmt (#141)

Run standard gofmt command on project root.

- go version go1.10.3 darwin/amd64
This commit is contained in:
ia
2018-06-18 07:39:20 +02:00
committed by Adrian Gallagher
parent 9b2ac9a6dc
commit 799cb59b3d

View File

@@ -6,8 +6,8 @@ import (
"sync"
"time"
"github.com/thrasher-/gocryptotrader/currency/pair"
"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/orderbook"