Skip to content

Commit 0b78690

Browse files
committed
doc: add missing namespaces package
Currently, we can not reproduce the given Namespaces section examples written in the README, since it's not clear to which package should we import to. Signed-off-by: Furkan Turkal <[email protected]>
1 parent 8c906ff commit 0b78690

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)