Skip to content

Commit 57c4d9f

Browse files
authored
Merge pull request containerd#10424 from AkihiroSuda/errdefs-deprecation
[release/1.7] errdefs: denote deprecation as a godoc comment
2 parents 2bf793e + c7d5e43 commit 57c4d9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

errdefs/errdefs_deprecated.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
//
2525
// The functions ToGRPC and FromGRPC can be used to map server-side and
2626
// client-side errors to the correct types.
27+
//
28+
// Deprecated: use [github.com/containerd/errdefs].
2729
package errdefs
2830

2931
import (

0 commit comments

Comments
 (0)