Use reactive logger in app framework #148
GitHub Actions / golangci-web
failed
Dec 14, 2023 in 0s
reviewdog [golangci-web] report
reported by reviewdog 🐶
Findings (2)
web/websockethub/client.go|1| : # github.com/iotaledger/hive.go/web/websockethub
web/websockethub/client.go|98 col 28| assignment mismatch: 2 variables but hub.logger.NewChildLogger returns 1 value (typecheck)
Filtered Findings (0)
Annotations
Check failure on line 1 in web/websockethub/client.go
github-actions / golangci-web
[golangci-web] web/websockethub/client.go#L1
: # github.com/iotaledger/hive.go/web/websockethub
Raw output
websockethub/client.go:1: : # github.com/iotaledger/hive.go/web/websockethub
Check failure on line 98 in web/websockethub/client.go
github-actions / golangci-web
[golangci-web] web/websockethub/client.go#L98
assignment mismatch: 2 variables but hub.logger.NewChildLogger returns 1 value (typecheck)
Raw output
websockethub/client.go:98:28: assignment mismatch: 2 variables but hub.logger.NewChildLogger returns 1 value (typecheck)
package websockethub
Loading