From 799cb59b3d88c025f943d1fafef5315df7ab6b22 Mon Sep 17 00:00:00 2001 From: ia Date: Mon, 18 Jun 2018 07:39:20 +0200 Subject: [PATCH] all: gofmt (#141) Run standard gofmt command on project root. - go version go1.10.3 darwin/amd64 --- routines.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routines.go b/routines.go index a132aac3..9c80a35e 100644 --- a/routines.go +++ b/routines.go @@ -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"