Commit c7d5e43
committed
errdefs: denote deprecation as a godoc comment
golangci-lint can now raise an error when the deprecated errdefs package is used:
> SA1019: "github.com/containerd/containerd/errdefs" is deprecated:
> use [github.com/containerd/errdefs]. (staticcheck)
Signed-off-by: Akihiro Suda <[email protected]>1 parent 2bf793e commit c7d5e43
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
0 commit comments