WIP #2500
Annotations
10 errors
golangci-lint:
main.go#L15
could not import github.com/thrasher-corp/gocryptotrader/engine (-: # github.com/thrasher-corp/gocryptotrader/engine
|
golangci-lint:
engine/engine.go#L168
invalid operation: b.Config.OrderManager.Enabled != nil (mismatched types bool and untyped nil)
|
golangci-lint:
engine/engine.go#L168
invalid operation: cannot indirect b.Config.OrderManager.Enabled (variable of type bool)) (typecheck)
|
golangci-lint:
backtester/main.go#L18
could not import github.com/thrasher-corp/gocryptotrader/engine (-: # github.com/thrasher-corp/gocryptotrader/engine
|
golangci-lint:
engine/engine.go#L168
invalid operation: b.Config.OrderManager.Enabled != nil (mismatched types bool and untyped nil)
|
golangci-lint:
engine/engine.go#L168
invalid operation: cannot indirect b.Config.OrderManager.Enabled (variable of type bool)) (typecheck)
|
golangci-lint:
backtester/plugins/strategies/example/example-strategy.go#L62
s.GetBaseData undefined (type *CustomStrategy has no field or method GetBaseData) (typecheck)
|
golangci-lint:
cmd/config_builder/builder.go#L10
could not import github.com/thrasher-corp/gocryptotrader/engine (-: # github.com/thrasher-corp/gocryptotrader/engine
|
golangci-lint:
engine/engine.go#L168
invalid operation: b.Config.OrderManager.Enabled != nil (mismatched types bool and untyped nil)
|
golangci-lint:
engine/engine.go#L168
invalid operation: cannot indirect b.Config.OrderManager.Enabled (variable of type bool)) (typecheck)
|
Loading