containerkit: change package name of root package

Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
Stephen J Day 2016-09-26 18:16:00 -07:00
parent ba1e290d12
commit 49ce56467e
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -1,4 +1,4 @@
package containerd
package containerkit
import "fmt"