mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-08 23:16:54 +00:00
Optimisation: Large struct pointer conversion (final part) (#265)
Completes large struct pointer optomisations over the entire codebase and enables hugeParams linter by default
This commit is contained in:
@@ -34,7 +34,7 @@ func TestSetup(t *testing.T) {
|
||||
bitConfig.APIKey = testAPIKey
|
||||
bitConfig.APISecret = testAPISecret
|
||||
|
||||
b.Setup(bitConfig)
|
||||
b.Setup(&bitConfig)
|
||||
}
|
||||
|
||||
func TestGetTradablePairs(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user