From d639f6e4a6748d0e03c23673da9fc467f193b058 Mon Sep 17 00:00:00 2001 From: Adrian Gallagher Date: Mon, 3 Jun 2019 00:48:33 -0700 Subject: [PATCH] Ignore gocryptotrader binary on macOS/Linux builds Also fix go fmt issues --- .gitignore | 1 + exchanges/huobi/huobi_test.go | 2 +- exchanges/huobihadax/huobihadax_test.go | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ae9883c7..c3baa137 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ testdata/writefiletest vendor/ # Binaries for programs and plugins +gocryptotrader *.exe *.exe~ *.dll diff --git a/exchanges/huobi/huobi_test.go b/exchanges/huobi/huobi_test.go index e53fcd3d..2e5ac68d 100644 --- a/exchanges/huobi/huobi_test.go +++ b/exchanges/huobi/huobi_test.go @@ -21,7 +21,7 @@ const ( apiKey = "" apiSecret = "" canManipulateRealOrders = false - testSymbol = "btcusdt" + testSymbol = "btcusdt" ) var h HUOBI diff --git a/exchanges/huobihadax/huobihadax_test.go b/exchanges/huobihadax/huobihadax_test.go index bd4dad0e..1e3cacb8 100644 --- a/exchanges/huobihadax/huobihadax_test.go +++ b/exchanges/huobihadax/huobihadax_test.go @@ -17,7 +17,7 @@ const ( apiKey = "" apiSecret = "" canManipulateRealOrders = false - testSymbol = "btcusdt" + testSymbol = "btcusdt" ) var h HUOBIHADAX