Skip to content

Fix ierrors wrap order #231

Fix ierrors wrap order

Fix ierrors wrap order #231

GitHub Actions / golangci-ierrors failed Jan 24, 2024 in 0s

reviewdog [golangci-ierrors] report

reported by reviewdog 🐶

Findings (1)

ierrors/ierrors_no_stacktrace.go|6 col 2| import 'errors' is not allowed from list 'main': Should be replaced with "github.com/iotaledger/hive.go/ierrors" package (depguard)

Filtered Findings (0)

Annotations

Check failure on line 6 in ierrors/ierrors_no_stacktrace.go

See this annotation in the file changed.

@github-actions github-actions / golangci-ierrors

[golangci-ierrors] ierrors/ierrors_no_stacktrace.go#L6

import 'errors' is not allowed from list 'main': Should be replaced with "github.com/iotaledger/hive.go/ierrors" package (depguard)
Raw output
ierrors_no_stacktrace.go:6:2: import 'errors' is not allowed from list 'main': Should be replaced with "github.com/iotaledger/hive.go/ierrors" package (depguard)
	"errors"
	^