use consistent alias for stdlib "errors"

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2026-01-27 11:14:27 +01:00
parent 715580be70
commit 3eee42b002
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -62,6 +62,8 @@ linters:
- unusedwrite
importas:
alias:
- pkg: "errors"
alias: "stderrors"
- pkg: "github.com/containerd/errdefs"
alias: "cerrdefs"
- pkg: "github.com/moby/moby/client"