mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
Ignore gocryptotrader binary on macOS/Linux builds
Also fix go fmt issues
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -13,6 +13,7 @@ testdata/writefiletest
|
||||
vendor/
|
||||
|
||||
# Binaries for programs and plugins
|
||||
gocryptotrader
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
|
||||
@@ -21,7 +21,7 @@ const (
|
||||
apiKey = ""
|
||||
apiSecret = ""
|
||||
canManipulateRealOrders = false
|
||||
testSymbol = "btcusdt"
|
||||
testSymbol = "btcusdt"
|
||||
)
|
||||
|
||||
var h HUOBI
|
||||
|
||||
@@ -17,7 +17,7 @@ const (
|
||||
apiKey = ""
|
||||
apiSecret = ""
|
||||
canManipulateRealOrders = false
|
||||
testSymbol = "btcusdt"
|
||||
testSymbol = "btcusdt"
|
||||
)
|
||||
|
||||
var h HUOBIHADAX
|
||||
|
||||
Reference in New Issue
Block a user