Skip to content

Commit 93725cd

Browse files
authored
Merge pull request #5448 from Dentrax/fix/doc-client-import
doc: add missing namespaces package
2 parents cbdc094 + 0b78690 commit 93725cd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,11 @@ containerd offers a full client package to help you integrate containerd into yo
7777
```go
7878

7979
import (
80+
"context"
81+
8082
"github.com/containerd/containerd"
8183
"github.com/containerd/containerd/cio"
84+
"github.com/containerd/containerd/namespaces"
8285
)
8386

8487

0 commit comments

Comments
 (0)