mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-07 23:16:53 +00:00
linter: Enable gofumpt and run against codebase (#1848)
* linter: Enable gofumpt and run against codebase * Address shazbert's nits * gofumpt: Fix issues after rebase
This commit is contained in:
@@ -21,8 +21,10 @@ import (
|
||||
"google.golang.org/protobuf/types/known/timestamppb"
|
||||
)
|
||||
|
||||
var dcaConfigPath = filepath.Join("..", "config", "strategyexamples", "dca-api-candles.strat")
|
||||
var dbConfigPath = filepath.Join("..", "config", "strategyexamples", "dca-database-candles.strat")
|
||||
var (
|
||||
dcaConfigPath = filepath.Join("..", "config", "strategyexamples", "dca-api-candles.strat")
|
||||
dbConfigPath = filepath.Join("..", "config", "strategyexamples", "dca-database-candles.strat")
|
||||
)
|
||||
|
||||
func TestExecuteStrategyFromFile(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
Reference in New Issue
Block a user