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

1
.gitignore vendored
View File

@@ -13,6 +13,7 @@ testdata/writefiletest
vendor/
# Binaries for programs and plugins
gocryptotrader
*.exe
*.exe~
*.dll

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