Ignore gocryptotrader binary on macOS/Linux builds

Also fix go fmt issues
This commit is contained in:
Adrian Gallagher
2019-06-03 00:48:33 -07:00
parent 8048962b60
commit d639f6e4a6
3 changed files with 3 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ const (
apiKey = ""
apiSecret = ""
canManipulateRealOrders = false
testSymbol = "btcusdt"
testSymbol = "btcusdt"
)
var h HUOBI

View File

@@ -17,7 +17,7 @@ const (
apiKey = ""
apiSecret = ""
canManipulateRealOrders = false
testSymbol = "btcusdt"
testSymbol = "btcusdt"
)
var h HUOBIHADAX