Use reactive logger in app framework #149
GitHub Actions / golangci-runtime
failed
Dec 14, 2023 in 1s
reviewdog [golangci-runtime] report
reported by reviewdog 🐶
Findings (2)
runtime/module/interface.go|1| : # github.com/iotaledger/hive.go/runtime/module
runtime/module/reactive.go|40 col 30| assignment mismatch: 2 variables but r.NewChildLogger returns 1 value (typecheck)
Filtered Findings (0)
Annotations
Check failure on line 1 in runtime/module/interface.go
github-actions / golangci-runtime
[golangci-runtime] runtime/module/interface.go#L1
: # github.com/iotaledger/hive.go/runtime/module
Raw output
module/interface.go:1: : # github.com/iotaledger/hive.go/runtime/module
Check failure on line 40 in runtime/module/reactive.go
github-actions / golangci-runtime
[golangci-runtime] runtime/module/reactive.go#L40
assignment mismatch: 2 variables but r.NewChildLogger returns 1 value (typecheck)
Raw output
module/reactive.go:40:30: assignment mismatch: 2 variables but r.NewChildLogger returns 1 value (typecheck)
package module
Loading