Feat: Added Utility functions to reactive package #49
GitHub Actions / golangci-ds
failed
Nov 3, 2023 in 0s
reviewdog [golangci-ds] report
reported by reviewdog 🐶
Findings (2)
ds/reactive/clock.go|1| : # github.com/iotaledger/hive.go/ds/reactive [github.com/iotaledger/hive.go/ds/reactive.test]
ds/reactive/variable_impl.go|253 col 19| invalid operation: newValue == nil (mismatched types Type and untyped nil) (typecheck)
Filtered Findings (0)
Annotations
Check failure on line 1 in ds/reactive/clock.go
github-actions / golangci-ds
[golangci-ds] ds/reactive/clock.go#L1
: # github.com/iotaledger/hive.go/ds/reactive [github.com/iotaledger/hive.go/ds/reactive.test]
Raw output
reactive/clock.go:1: : # github.com/iotaledger/hive.go/ds/reactive [github.com/iotaledger/hive.go/ds/reactive.test]
Check failure on line 253 in ds/reactive/variable_impl.go
github-actions / golangci-ds
[golangci-ds] ds/reactive/variable_impl.go#L253
invalid operation: newValue == nil (mismatched types Type and untyped nil) (typecheck)
Raw output
reactive/variable_impl.go:253:19: invalid operation: newValue == nil (mismatched types Type and untyped nil) (typecheck)
package reactive
Loading