containerkit: change package name of root package
Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
parent
ba1e290d12
commit
49ce56467e
2 changed files with 2 additions and 2 deletions
2
mount.go
2
mount.go
|
@ -1,4 +1,4 @@
|
|||
package containerd
|
||||
package containerkit
|
||||
|
||||
// Mount is the lingua franca of the containerkit. A mount represents a
|
||||
// serialized mount syscall. Components either emit or consume mounts.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package containerd
|
||||
package containerkit
|
||||
|
||||
import "fmt"
|
||||
|
||||
|
|
Loading…
Reference in a new issue