doc: fix package import path in sample code
fix package import path that was changed as part of v2 in sample code snippets. Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
This commit is contained in:
@@ -45,7 +45,7 @@ These user-defined labels must be prefixed by `containerd.io/snapshot/`.
|
||||
```go
|
||||
import (
|
||||
containerd "github.com/containerd/containerd/v2/client"
|
||||
"github.com/containerd/containerd/v2/snapshots"
|
||||
"github.com/containerd/containerd/v2/core/snapshots"
|
||||
)
|
||||
|
||||
image, err := client.Pull(ctx, ref,
|
||||
|
||||
Reference in New Issue
Block a user