Feat: Replace old Module with reactive version #313
reviewdog [golangci-runtime] report
reported by reviewdog 🐶
Findings (4)
runtime/module/debug_waiting_process.go|1| : # github.com/iotaledger/hive.go/runtime/module [github.com/iotaledger/hive.go/runtime/module.test]
runtime/module/debug_waiting_process.go|30 col 2| undefined: WaitGroup
runtime/module/wait_all.go|10 col 77| undefined: reactive.WaitGroup
runtime/module/wait_all.go|27 col 1| missing return (typecheck)
Filtered Findings (0)
Annotations
Check failure on line 1 in runtime/module/debug_waiting_process.go
github-actions / golangci-runtime
[golangci-runtime] runtime/module/debug_waiting_process.go#L1
: # github.com/iotaledger/hive.go/runtime/module [github.com/iotaledger/hive.go/runtime/module.test]
Raw output
module/debug_waiting_process.go:1: : # github.com/iotaledger/hive.go/runtime/module [github.com/iotaledger/hive.go/runtime/module.test]
Check failure on line 30 in runtime/module/debug_waiting_process.go
github-actions / golangci-runtime
[golangci-runtime] runtime/module/debug_waiting_process.go#L30
undefined: WaitGroup
Raw output
module/debug_waiting_process.go:30:2: undefined: WaitGroup
Check failure on line 10 in runtime/module/wait_all.go
github-actions / golangci-runtime
[golangci-runtime] runtime/module/wait_all.go#L10
undefined: reactive.WaitGroup
Raw output
module/wait_all.go:10:77: undefined: reactive.WaitGroup
Check failure on line 27 in runtime/module/wait_all.go
github-actions / golangci-runtime
[golangci-runtime] runtime/module/wait_all.go#L27
missing return (typecheck)
Raw output
module/wait_all.go:27:1: missing return (typecheck)
package module